 body {
	color: black;
	font-family: verdana;
	font-size: 10px;
 }

 a {
	color: blue;
	text-decoration: none;
 }
 a:hover {
	text-decoration: underline;
 }

 input {
	border: 1px solid black;
	color: black;
	font-family: verdana;
	font-size: 10px;
 }

 textarea {
	border: 1px solid black;
	color: black;
	font-family: verdana;
	font-size: 10px;
 }

 .white {
	color: white;
	text-decoration: none;
 }
 .white:hover {
	text-decoration: underline;
 }

 .black {
	color: black;
	text-decoration: none;
 }
 .black:hover {
	text-decoration: underline;
 }

 h1 {
	font-size:15px;
	font-weight:900;
 }


 td {
	font-size: 10px;
 }

 hr {
	border: 0px;
	color: black;
	background-color: black;
	height: 1px;
 }
