BODY {		font-family: arial;
		font-size: small;
		text-align: center;
		color: white;
		background-color: #202020}

TABLE {	background-color: #ffffd0;
		padding: 0;
		border-width: thin;
		border-color: black;
		border-style: none;
		margin-bottom: 2em;
		width: 80%; 
		}

TH {	text-align: left;
		font-weight: bold; 
		font-family: arial;
		color: white; 
		background-color:#3399cc}
		
TR {	font-size: Smaller}

A:active {	}
		
A:link {	text-decoration: none}

A:visited {	color: #7d7d7d;
			text-decoration: none}

A:hover {	color: red;
			text-decoration: underline}
