
::-moz-selection { background: rgb(200,200,200); }
::selection {      background: rgb(200,200,200); }

A:link    {text-decoration: none; font-weight:bold; color: green;}
A:visited {text-decoration: none; font-weight:bold; color: green;}
A:active  {text-decoration: none; font-weight:bold; color: green;}
A:hover   {text-decoration: none; font-weight:bold; color: #333333;}


IMG {
	border: 0;
}

BODY {
	background: #a6a6a6;
	margin: 0px 0px 0px 0px;
}

#center {
	margin-left:10%; margin-right:10%;
	border: 3px grey solid;
	background-color: white;
}

div.title {
	position: relative;
	border: 1px green solid;
	margin: 0px 0px 0px 0px;
	background-color: rgb(109,145,109);
}


div.navbar {
	border: 2px white solid;
	margin: 0px 0px 0px 0px;
	background: rgb(128,179,68);
	padding:  7px;
	color: white;
}
.navbar A:link    {text-decoration: none; font-weight:bold; color: white;}
.navbar A:visited {text-decoration: none; font-weight:bold; color: white;}
.navbar A:active  {text-decoration: none; font-weight:bold; color: gray;}
.navbar A:hover   {text-decoration: none; font-weight:bold; color: #ffff99;}

div.grey {
	background: #dddddd;
	padding:  7px;
}

div.white {
	background: white;
	padding:  7px;
}

#content {
	border: 1px white solid;
	margin: 0px 0px 0px 0px;
	background: white;	
	padding:  11px;
}








