@charset "utf-8";
/* CSS Document */

<style type="text/css" media="screen">
body {
	color: #000000;
	background: #ffffff
	margin: 0;
	font-family: Verdana,Arial,Tahoma,Helvetica;
	font-size: 11px;
}

img {
	border: 0;
}

.defaulttext {
	color: #000000;
	font-family: Verdana,Arial,Tahoma,Helvetica;
	font-size: 12px;
}

.linktext {
	color: #505050;
	font-family: Verdana,Arial,Tahoma,Helvetica;
	font-size: 12px;
}

.forms { 
	background-color:#505050; 
	border:1px solid #800000;
	color:white; 
}

A:link {
 COLOR: #505050
}

A:visited {
 COLOR: #505050
}

A:hover {
 COLOR: #000000
}
</style>