/*

DESCRIPTION
This is the global site style sheet for the MHS 68 web site.
All web pages with the light background look and feel should incorporate
this style sheet with a link tag such as:

<link rel="stylesheet" type="text/css" href="litebg.css">

*/

/*--- classes for the navbar --- */

A.navbar:link
{
	color: #680C30;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}
A.navbar:visited
{
	color: #680C30;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}
A.navbar:hover
{
	color: #680C30;
	text-decoration: underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

/*--- class for the headings in the navigation bar --- */
.navbarhead{
	color: #000000;
	font-family : Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 14px;
}
/*--- class for the text in the navigation bar --- */

.navbartext{
	color: #000077;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

.menu {
	text-align : center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size : 11px;}

