BODY {
	font-family: Arial, Helvetica, sans-serif
	}

A {
	text-decoration: none;
	color: Red;
}
 A:HOVER {
	color : #ff8080;
}

TD.gray  {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 60%;
	text-decoration: none;
	color: Black;
}

caption {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 80%;
	font-weight : bold;
	text-decoration: none;
	color: White;
	background : Black;
}
th {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 100%;
	font-weight : bold;
	text-decoration: none;
	color: #000099;
}
table.highlight{
	border : thin solid Black;
	margin-top : 20;
	background-color : #FFCC99;
}
th.highlight{
	font-family : Arial, Helvetica, sans-serif;
	font-size : larger;
	font-weight : bold;
	text-decoration: none;
	color: #ffcc99;
	background-color : Black;
}
table.hot{
	border : thin solid Red;
	margin-top : 10;
}
th.hot{
	font-family : Arial, Helvetica, sans-serif;
	font-size : larger;
	font-weight : bold;
	text-decoration: none;
	color: Yellow;
	background-color : Red;
	text-align : center;
	padding : 3;
}
td.hot {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 100%;
	text-decoration: none;
	color: Yellow;
	background-color : Black;
	font-weight : bold;
	padding : 3;
	text-align : center;
}
td.hotdetails {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 90%;
	text-decoration: none;
	color: Black;
	background-color : White;
	font-weight : normal;
	padding : 3;
}
td.hotcaption {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 100%;
	text-decoration: none;
	color: Black;
	background-color : White;
	font-weight : normal;
	padding : 3;
	text-align : center;
}

H1 {
	white-space : nowrap;
	text-decoration : none;
	color : Red;
	background-color : Silver;
	font-weight : lighter;
	padding-top : 10px;
	padding-bottom : 5px;
	margin-top : 10px;
	font-size : 220%;
	margin-bottom : 10px;
	text-align : center;
			}
DL{
	padding-left : 15px;
	margin-left : 15px;
}
DT{
	padding-top : 5px;
	color : #000099;
}
address{
	font-style : italic;
	font-size : smaller;
	margin-bottom : 10px;
	margin-top : 10px;
}

.orange {
	background-color: #FF9900;
}
.yellow {
	background-color: #FFFF00;
}
.highlight {
	background-color: #ffcc99;
	border : thin solid Black;
}
.style1 {
	font-size: large;
	font-weight: bold;
}

