
body {margin: 4%; background-color: #F8F8F8; color: black;}

p
	{
	font-family : "Times New Roman", serif;
	font-size: 100%;
	}

.center {text-align: center ;}

h1 {font-family: "Times New Roman", serif; font-size: 125%;}

img {border: 0px;}

.back {font-family: Verdana, sans-serif; font-size: 110%; text-align: center;}

a:link
		{
			color		: #003264;
			text-decoration	: none;
			background	: transparent;
		}

a:visited
		{
			color		: purple;
			background	: transparent;
			text-decoration	: none;
		}

a:hover
		{
			color		: black;
			background	: #E4E4E4;
		}

hr {width: 85%; clear: both;}