/* CSS Style Sheet for Cast-Net Web Page */

td {
	font-family : "Trebuchet MS", Arial, Helvetica;
	padding-bottom : 10px;
}

h2 { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #336699; 
	font-weight: bolder; 
	font-size: x-large;
}

body
{
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
}

li 
{  
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}

A {
	color: #336699;
	text-decoration:underline;
}

A:hover	{
	color: #ff0000;
	text-decoration:underline
}

A:active	{
	color: #0000ff;
	text-decoration:none
}
