body {
  background-color: #000000;
  font-family: Lucida Sans Unicode, Lucida Console;
  font-size: 12px;
  color: #FFFFFF;
  scrollbar-face-color: #908ACA;
  scrollbar-track-color: #FFFFFF;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-highlight-color: #908ACA;
  scrollbar-shadow-color: #908ACA;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #908ACA;
}
.tdmenu {
 font-size: 14px;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 20px;
 background-color: #908ACA;
 vertical-align: top;
 padding-bottom: 50px;
 font-family: Trebuchet MS;
 color: #FFFFFF;
}
.tdmain {
 font-family: Trebuchet MS;
 padding-right: 10px;
 padding-left: 10px;
 padding-top: 10px;
 background-color: #F5BE4A;
 vertical-align: top;
 padding-bottom: 50px;
 color: #7E4118;
 font-size: 15px;
}
.nav {
	font-family: Arial Black;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.txt {
	text-align: justify;	
	background-color: #FFFFFF;
	padding: 5px;
	color: #7E4118;
	font-size: 13px;
	border: solid #7E4118 1px;
}
.txt2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #7E4118;
	font-family: Arial, Helvetica, sans-serif;
}
.txt3 {
	font-weight: bold;
	font-size: 14px;
	color: #7E4118;
	text-align: right;
	text-decoration: underline overline;
	font-family: Arial, Helvetica, sans-serif;
}
.txt4 {
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}
a:link,a:visited{
  text-decoration: underline;  
  color: #5A50C0;
}
a:hover,a:active{
  color: #FF0000;
  text-decoration: none;
  background-color: #FFFFFF;
}
a.do:link,a.do:visited{
  text-decoration: none;
  color: #000000;
  border-bottom: solid 1px #FFFFFF;
  background-color: transparent;
}
a.do:hover,a.do:active{
  color: #FFFFFF;
  text-decoration: none;
  background-color: transparent;
  border-bottom: solid 1px #000000;;
}
h1 {
	color: #5A50C0;
	font-size: 25px;
	text-decoration: none;
	text-align: center;
	font-family: Impact;
	font-weight: normal;
}
h2 {
	font-size: 23px;
	color: #FFFFFF;
	text-align: right;
	font-family: Impact;
	font-weight: normal;
}
h3 {
	font-size: 15px;
	color: #FFFFFF;
   font-family: Impact;
   font-weight: normal;
}
hr {
	border: dashed #9691CB 5px;
	width: 400px;
   height: 5px;
}