html			{
			font-family: "trebuchet ms", tahoma, verdana, arial, helvetica, sans-serif;
			font-size: 12px;
			padding : 0 10px;	
			margin : 0;
			color : #000;
			} 

body			{
			background-color: #ffffff;
			}



p , ul , ol , li , dt , dd
			{
			font-family : "trebuchet ms", tahoma, verdana, arial, helvetica, sans-serif; 
			font-size : 12px;
			line-height : 16px;
			padding : 0 10px;	
			margin : 0;
			}

ul , ol 			{
			padding : 0 30px 10px;
			}

img			{
			border: 0px;
			}

p			{
			margin-bottom : 1em;
			}

h1 , h2 , h3, h4		{
			font-family: arial, "trebuchet ms", tahoma, verdana, arial, helvetica, sans-serif;
			padding : 3px 5px 0px 0px;
			margin: 0;
			}

h5 , h6			{
			font-family: "trebuchet ms", tahoma, verdana, arial, helvetica, sans-serif;
			margin: 0;
			padding : 0 5px;
			}

h1			{
			font-size: 22px;
			font-weight: bold;
			color: #660000;
			}

h2			{
			font-size: 18px;
			font-weight: bold;
			color: #990000;
			}

h3			{
			font-size: 14px;
			font-weight: bold;	
			color: #330066;
			}

h4			{
			font-size: 14px;
			font-weight: bold;
			color: #cc6633;
			}

h5			{
			font-size: 14px;
			font-weight: bold;
			color: #666666;
			}


h6			{
			font-size: 12px;
			font-weight: bold;
			color: #ffcc66;
			}

a {font-weight: bold;}

a:link 			{
			color : #3300cc;
			text-decoration: none;
			padding: 2px;
			background-color: transparent;
			}

a:visited		{
			color : #003366;
			text-decoration: none;
			padding: 2px;
			background-color: transparent;
			}

a:hover		{
			color : #fff;
			text-decoration: none;
			padding: 2 px;
			background-color: #000;
			}

a:active		{
			color : #fff;
			text-decoration: none;
			padding: 2 px;
			background-color: #000;
			}

.activelink		{
			font-style: italic;
			font-weight: bold;
			}
