.bodytext {
	font-family: Verdana;
	font-size: x-small;
	color: #999999;
}
.titletext {
	font-family: Verdana;
	font-size: x-small;
	color: #FF9900;
}
.postinfo {
	font-family: Verdana;
	font-size: x-small;
	color: #666666;
}
.userinfo {
	font-family: Verdana;
	font-size: x-small;
	color: #FFCC00;
}
.tagline {
	font-family: Verdana;
	font-size: x-small;
	color: #000000;
}
.errortext {
	font-family: Verdana;
	font-size: x-small;
	color:#FF0000
}

a:link {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: x-small;
	text-decoration: none
}
a:visited {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: x-small;
	text-decoration: none
}
a:hover {
	color: #FFCC00;
	font-family: Verdana;
	font-size: x-small;
	text-decoration: none
}
a:active {
	color: #FF9900;
	font-family: Verdana;
	font-size: x-small;
	text-decoration: none
}

.button{
   color:#666666;
   font-family:'verdana';
   font-size:60%;
   background-color:#000000;
   border:1px solid;
   border-top-color:#FFCC00;
   border-left-color:#FFCC00;
   border-right-color:#FF9900;
   border-bottom-color:#FF9900;
}

.textfield{
   color:#FFFFFF;
   font-family:'verdana';
   font-size:x-small;
   background-color:#000000;
   border:1px solid;
   border-top-color:#666666;
   border-left-color:#666666;
   border-right-color:#666666;
   border-bottom-color:#666666;
}
.save{
   behavior:url(#default#savehistory);
}
a.dsphead{
   text-decoration:none;
   margin-left:1.5em;
   font-weight: normal;
}
a.dsphead:hover{
   text-decoration:none;
   font-weight: normal;
}
a.dsphead span.dspchar{
   font-family:monospace;
   font-weight:normal;
}
.dspcont{
   display:none;
   margin-left:1.5em;
}