body {
  background-color: #FCB8F9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  scrollbar-face-color:#F042DF;
  scrollbar-track-color:#FFFFFF;
  scrollbar-arrow-color:#000000;
  scrollbar-highlight-color:#F042DF;
  scrollbar-shadow-color:#000000;
  scrollbar-3dlight-color:#F042DF;
  scrollbar-darkshadow-color:#000000;
}
.txt {
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
	width: 700px;
	text-align: justify;
}
.header {
	width: 600px;
	text-align: right;
}
.banner {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	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;
	line-height: 25px;
}
.category {
	padding-left: 5px;
	padding-right: 0px;
	font-family: Arial Black;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}
.listing {
	padding-left: 30px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	line-height: 30px;
	color: #FFFFFF;
}
.nav {
	font-family: Arial Black;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	width: 600px;
	color: Fuchsia;
}
.wm {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
ul {
	list-style: upper-roman;
	font-family: Arial Black;
	font-size: 16px;
	font-weight: normal;
	line-height: 27px;
}
ul.do {
	list-style: disc;
	font-family: Arial Black;
	font-size: 14px;
	font-weight: normal;
	line-height: 27px;
}
a:link,a:visited{
  text-decoration: none;
  color: #FFFFFF;
  background-color: #000000;
  padding-left: 3px;
  padding-right: 3px;
}
a:hover,a:active{
  color: #FF0000;
  text-decoration: none;
  background-color: #FFFFFF;
  padding-left: 3px;
  padding-right: 3px;
}
a.do:link,a.do:visited{
  text-decoration: none;
  color: #FFFFFF; 
  background-color: transparent;
  padding: 0px;
}
a.do:hover,a.do:active{
  color: #000000;
  text-decoration: none;
  background-color: #FFFFFF;
  padding: 0px;
}
a.re:link,a.re:visited{
  text-decoration: none;
  color: #000000; 
  background-color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: normal;
  font-family: Arial Black
}
a.re:hover,a.re:active{
  color: #FFFFFF;
  text-decoration: none;
  background-color: #FF0000;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: normal;
  font-family: Arial Black;
}
h1 {
	font-size: 30px;
   font-family: Impact;
	font-weight: normal;
   color: Black;
	display: inline;
}
h2 {
	font-size: 25px;
	display: inline;
   font-family: Impact;
	font-weight: normal;
	color: Black;
}
h3 {
	font-size: 20px;
	display: inline;
	color: #000000;
   font-family: Impact;
	font-weight: normal;
}