/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $
*/

BODY {
  background: #000000;
  color: #ffffff;
  margin: 0px;
}

A {
   text-decoration: none;
   color: #ffffff;
}

A:hover {
  
  text-decoration: none;
  color: #FF0000;

}

FORM {
	display: inline;
}

.text {

	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;

}

.smalltext {

	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 9px;

}


