a:link	{
	color : #FFFF00;
}
A:VISITED	{
	color : #dddd00;
}
a:active	{
	color : #FFFEDF;
	text-decoration : none;
}
a:hover	{
	color : #00007B;
	text-decoration : none;
	background-color : #D3FDFE;
}
body	{
	color : #FFFF00;
	font-size : 16px;
	background-color :#00007B; 
	background-attachment : fixed;
	background-repeat:repeat-y;
	background-position: right;
	scrollbar-3dlight-color : #00007B;
	scrollbar-arrow-color : #D3FDFE;
	scrollbar-base-color : #00007B;
	scrollbar-darkshadow-color : #00007B;
	scrollbar-face-color : #00007B;
	scrollbar-highlight-color : #00007B;
	scrollbar-shadow-color : #00007B;
}
th{
	font-size : 17px;
	font-weight : bold;
}
td{
	font-size : 15px;
	line-height : 20px;
}