/*
    Basic Stylesheet for MEALAC
    This stylesheet is simplified for old browsers with partial CSS compliance.
    Compliant browsers will download the full stylesheet and will elaborate on
    these definitions.
    
    Peter Schwartz, 11.13.02
*/


body
{
	background-color: #300;
	color: #300;
}

.pagetitle
{
	position: relative;
	margin: 0px 20px;
	padding: 10px 10px 0px;
	border: none;
}

.nav
{
	position: relative;
	padding: 10px;
	border: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	line-height: 20px;
	color: #fcc;
}

.main
{
	position: relative;
	margin: 0px 25px 0px;
	padding: 10px;
	border: none;
font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	line-height: 20px;
	color: #300;
	background-color: #300;
}

.address
{
	position: relative;
	margin: 0px 100px 0px;
	padding: 10px;
	border: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14pt;
	font-weight: 500;
	text-align: center;
	color: #036;
	background: #300;
}

a:link
{
	color: #300;
}

a:active
{
	color: #300;
}

a:visited
{
	color: #300;
}


a:hover
{
	color: #fc0;
}

strong { font-weight: bold; }
