html, body{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}
body{
	background-color:#FFFFFF;
	text-align:center;
	font-size:smaller;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a{
	color:#0099FF;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:visited{
	color:#0099FF;
}
div.cont{
	width:800px;
}
div.menu{
	font-size:small;
	padding:10px;
}
.hot{
	background-color:FF6600;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
}
.msg{
	font-size:x-small;
	color:#999999;
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC;
}
a.msg_link{
	color:#0099FF;
	font-weight:bold;
	text-decoration:none;
}
a.msg_link:hover{
	text-decoration:underline;
}
a.msg_link:visited{
	color:#0099FF;
}
h1{
	font-size:small;
	font-weight:bold;
}
.copy{
	font-size:small;
	background-image:url(footer.jpg);
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
}