body{
	font-family: Arial;	
}

h1{
	color: #f0f;
}

h3{
	display:inline;
}

h2{
	display:inline;
}

.hot {
	color: #e00;
	font-weight: bold;
}

a {
	color: #2060ff;
	text-decoration: underline;
}

a:hover {
	color: #2060ff;
	text-decoration: none;
}

.ulmenu {
	clear: both; 
	float: left; 
	width: 900px; 
	margin: 0px; padding: 0px; 
	border-top: solid 1px #ff00ff; 
	border-bottom: solid 1px #ff00ff; 
	background-color: #ff0060;;
}

.ulmenu ul {	
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	font-weight: bold;
}

.ulmenu li {
	float: left; 
	display: block; 
	white-space: nowrap; 
	background-color: inherit;
}
.ulmenu li a {
	color: rgb(255,255,255); margin: 0px; padding: 0px 10px 0px 10px; border-right: solid 1px rgb(255,255,255); text-decoration: none; font-size: 100%;	font-family: Arial;	
}

.ulmenu a:hover, .ulmenu a.selected {
	background-color: inherit; color: #e0e0e0; text-decoration: none;
}

hr {
	 height: 1px;
	 width: 830px;
	 color: #2060ff;
	 background-color: #2060ff;
	 float:left;
	 margin-left:0px;
}