/* CSS Document */

A:Link

{

	text-decoration: none;

	color: Silver;

	font-weight: bold;

}



A:Visited

{

	text-decoration: none;

	color:Silver;

	font-weight: bold;

}



A:Hover

{

	text-decoration: underline;

}



Body

{

	color: White;

	background-color: black;

	font-family: Verdana;

	font-size: 10px;

}



TD

{

	font-size: 13px;

}
