BODY {
	font-family: "Times New Roman";
	font-size: 9px;
	background-color : #FFFFFF;
	scrollbar-arrow-color : #CCCCCC;
	scrollbar-base-color : #8E8E8E;
	color : Black;
	scrollbar-track-color : #CCCCCC;
}
        
A{
	color : Red;
	text-decoration : none;
	font-family: "Times New Roman";
	font-size: 13px;
}

A:VISITED {
	color : Red;
	text-decoration : none;
}
      
A:HOVER{
	color : Black;
	text-decoration : none;
}

TD{
	font-family: "Times New Roman";
	font-size: 13px;
}

#pre{
	font-family : Courier New;
	font-size : 12px;
}

li{
        text-align: justify;
        font-family : Verdana;
        font-size : 11px;
        list-style : square;
}

#big{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 25px;
	font-weight : bold;
}

#small{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
}