BODY
{
	font-family: Verdana; font-size: 10px;
}

a:link
{
	color:Blue; font-family: Verdana; font-weight: bold; text-decoration: none;
}

a:hover
{
	color: Purple; font-family: Verdana; font-weight: bold; text-decoration: underline;
}

a:visited
{
	color:Blue; font-family: Verdana; font-weight: bold; text-decoration: none;
}

a:active
{
	color:Blue; font-family: Verdana; font-weight: bold;
}

.main-title
{
	font-family: Verdana; font-weight: bold; font-size: 28px; font-style: italic;
}

.main-nav
{
	font-size: 12px;
}
.main-nav-not-linked
{
	font-family: Verdana; font-weight: bold; color: Gray; font-size: 12px;
}

.footer
{
	font-size: 10px; font-weight:normal;
}

.text
{
	font-family: Verdana; font-size: 12px;
}