﻿#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-large;
	font-weight: bolder;
	color: #808080;
	text-decoration:underline
}

#textbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #CCCCCC;
}
a {
	color: #808080;
	font-weight:bold;
}

a:hover {
	color:#C0C0C0;
}