﻿html, body { 
	margin: 0;
	padding: 0;
	color: black;
	background: #0066CC;
	font-size: x-small; /* false value for Win IE4/5 */
	voice-family: "\"}\""; /*tell Win rule over */
	voice-family: inherit; /* recover from trick */
	font-size: small; /* font size for other browsers */	
	font-family: "Times New Roman", arial, verdana, sans-serif;
	}

a:link, a:visited { color: #545764; }
a { text-decoration: none; target="_blank"; }

#gray { background: #C0C0C0; }

A:hover {color: #DD6900; text-decoration: none; font-weight: bold}