
.leftlinks   { 
	color: #FFFFFF;
	font-family: Arial;
	font-style: normal;
	text-decoration : none;
}
.leftlinks:A:Hover	{
	font-weight: bold; 
}
a            { font-family: Arial }
body         { font-family: Arial }
H1			 {
	color: #FF0033;
	font-family: Arial;
	font-weight: bold; 
	font-style: normal;
	font-size : x-large;
	margin-bottom : 0px;
	line-height : 30px;
}
H2			 {
	color: #3300CC;
	font-family: Arial;
	font-weight: bold;
    font-style: normal;
	font-size : x-small;
	margin-bottom : 0px;
	line-height : 36px;
}
UL{
	font-family : Arial, Helvetica, sans-serif;
	list-style-type : disc;
	font-size : normal;
	color: #3300CC;
	font-weight: normal;
    font-style: normal;
	margin-right : 20px;
}
LI{
	margin-bottom : 10px;
}