.navlink {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.navlink:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
body{
	font-size: 12pt;
	color: black;
	background-color: #C0C0C0;
}
h1{
	font-size: 24pt;
	font-family: ariel;
	color: black;
}
p{
	text-indent: 0.5in;
	margin-left: 50px;
	margin-right
}

a:link {color: black; text-decoration: none;}
a:visited {color: black; text-decoration: none;}
a:active {color: black; text-decoration: none;}
a:hover {color: black; text-decoration: none;}