﻿body {
	margin: 10px;
	background-color: #A13938;
	font-family:  "Times New Roman",
	padding: 0px;
	font-size: 1em;
	color: #FFFFFF;
}


#h1 {font-size: large;}


<style type="text/css">
a:active {color: #FFFFFF ; text-decoration: underline ;}
a:link {color: #FFFFFF ; text-decoration: underline ;}
a:visited {color: yellow ; }
a:hover { color: blue ; text-decoration: underline overline ; }  
</style>