A:link {color: red; text-decoration: underline}
A:visited {color: red; text-decoration: underline}
A:active {color: blue; text-decoration: underline}
A:hover {color: blue; text-decoration: underline}


body
 {
	background-color: white;
	font-family: Verdana;
	font-size: 14px;
	color:black;
	margin: 10px 10px;
}

P 
{
	font-family: Verdana;
	font-size: 14px;
	color:black;
	
}


H1 {
	font-family : Verdana;
	font-size : 14pt;
	font-style : normal;
	font-weight : bold;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	text-indent : 0px;
	text-align : left;
}


TABLE .schedule{
    width: 525px;
	font : normal 14px Verdana;
	text-align : left;
}

div.foo A:link {color: white; text-decoration: none}
div.foo A:visited {color: white; text-decoration: none}
div.foo A:active {color: white;; text-decoration: underline}
div.foo A:hover {color: lightyellow; text-decoration: underline}
div.foo body
 {
	background-color: white;
	font-family: Verdana;
	font-size: 12px;
	color: white;
	font-variant : small-caps;
}

div.foo TABLE 
{
	background: Red;
	width: 760px;
	font : normal small-caps 12px Verdana;
	color :  White;
	text-align : center;
	background : Red;
	azimuth : center;
}


div.foo TD
{
	font : normal small-caps 12px Verdana;
	color : White;
	text-align :center;
	vertical-align : bottom;
	width : 760px;
	background : Red;
}