body {
  background-color: #8EDBE5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #2E5FA4;
  scrollbar-face-color:#2E5FA4;
  scrollbar-track-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-highlight-color:#2E5FA4;
  scrollbar-shadow-color:#2E5FA4;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-darkshadow-color:#2E5FA4;
}
.banner {
	font-family: Arial Black;
	font-size: 14px;
	text-align: center;
	width: 600px;
}
.links {
	font-family: Arial Black;
	font-size: 14px;
	text-align: left;
   padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	color: White;
}
.category {
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial Black;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
}
.listing {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	line-height: 24px;
	color: White;
}
.nav {
	font-family: Arial Black;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	width: 600px;
}
ul {
   list-style: upper-roman;
	font-family: Arial Black;
	font-size: 15px;
	font-weight: normal;
}
a:link,a:visited{
  text-decoration: underline;
  color: #FF0000;
}
a:hover,a:active{
  color: #FFFFFF;
  text-decoration: none;
}
a.do:link,a.do:visited{
  text-decoration: underline;
  color: #000000; 
}
a.do:hover,a.do:active{
  color: #FF0000;
  text-decoration: none;
}
h1 {
	font-size: 30px;
	display: inline;
   font-family: Impact;
	font-weight: normal;
   color: #2E5FA4;
}
h2 {
	font-size: 25px;
	display: inline;
   font-family: Impact;
	font-weight: normal;
	color: #2E5FA4;
}
h3 {
	font-size: 20px;
	display: inline;
   font-family: Impact;
	font-weight: normal;
	color: #2E5FA4;
}