/* CSS Document */

body {
	font-family:  Times New Roman, Times, serif;
	color: #ffffff;
	background: #0000CC;
	text-align: center;
	margin: 5px;
	SCROLLBAR-FACE-COLOR:#000099;
	SCROLLBAR-HIGHLIGHT-COLOR:#0000ff;
	SCROLLBAR-SHADOW-COLOR:#0000ff;
	SCROLLBAR-DARKSHADOW-COLOR:#0000ff;
	SCROLLBAR-3DLIGHT-COLOR:#0000ff;
	SCROLLBAR-ARROW-COLOR:#0000ff;
	SCROLLBAR-TRACK-COLOR:#0000ff;
	}

table {
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	color: #ffffff;
	background: #0000ff;
	text-align: center;
	width: 750;
	border: 20px outset #0000ff;
	border-collapse: seperate;
	}
	
td  {
		border: 10px inset #0033ff;
		padding: 10px;
	}

a:link    {text-decoration: underline; color: #ffff00;  font-size: 25px;}
a:visited {text-decoration: underline; color: #ffff00;  font-size: 25px;}
a:hover   {text-decoration: none; color: #ffff00; background: #000066  font-size: 25px;}
a:active  {text-decoration: underline; color: #ffff00;  font-size: 25px;}

 
 
a:link    {text-decoration: underline; color: #ffff00;  font-size: 25px;}
a:visited {text-decoration: underline; color: #ffff00;  font-size: 25px;}
a:hover   {text-decoration: none; color: #ffff00; background: #000066  font-size: 25px;}
a:active  {text-decoration: underline; color: #ffff00;  font-size: 25px;}


