body {
	
	width: auto;
	background-image: url(images/sand.jpg);
	margin: 0px;
}
#navbar a:link {
	color: #FFFF66;
	text-decoration: underline;
}
#navbar a:hover {
	color: #FFCC99;
}
#navbar a:visited {
	color: #FFFFCC;
	text-decoration: underline;
}

 h1 {
	font-size: xx-large;
	font-weight: bold;
	color: #FFFF99;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: larger;
	color: #FFFF99;
	top: auto;
}
strong {
	font-size: large;
	color: #FFFF33;
	font-family: "Times New Roman", Times, serif;
}
#maillist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}
	 
	 
#content a:link {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
     }

#content a:visited {
	color: #666666;
	background-color: transparent;
	text-decoration: underline;
     }

#content a:hover {
	color: #CCCCCC;
	background-color: #000;
	text-decoration: underline;
     }

#content a:active {
     color: #f00;
     background-color: transparent;
     text-decoration: none;
     }

