a {
	color:#666666;
	text-decoration: none;
}
a:hover{
	color: #990000;
}
a: visited {
	color: #660000;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}
.nav{
	font-weight: bold;
}
h1 {
	font-size: x-large;
}
h2 {
	font-size: large;
}
.footer {
	font-size: small;
	color: #333333;
}
.textbody {
	font-size: medium;
	font-weight: bold;
	color: #666666;
}
