<STYLE TYPE="text/css">
<!--

BODY {
        font-family: Verdana;
        font-weight: small;
        font-style: normal;
        font-size: small;
        color: black;
        background: white;
}

A:active {
		 color: red; 
		 text-decoration: none;
}

A:hover {
		 color: darkblue; 
		 text-decoration: underline;
}

A:link {
	     color: blue; 
		 text-decoration: none;
}

A:visited {
		 color: blue; 
		 text-decoration: none;
}

.border {
		padding: 5px;
		border: solid white 1px;
		text-align: center;
}
.border2 {
		padding: 5px;
		border: solid darkseagreen 1px;
		text-align: left;
		font-weight: small;
        font-style: normal;
        font-size: smaller;
}

.middle {
		padding: 5px;		
		text-align: left;
}
.big {
		padding: 3px;		
		border: solid darkseagreen 1px;
		text-align: center;
}
-->
</STYLE>