html {
/** background: url(images/mmtrees-roadbackground.jpg) no-repeat center center fixed; **/
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
} 

body {
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	border:1px;
	margin-bottom: 10px;
	padding: 0px;
/**	background-color: 
	background-image: url(images/mmtrees-roadbackground.jpg); 
	background-repeat: repeat-x; **/
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #33CCFF;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}
/************* LINK COLORS ********/

a:link {color: #008000 ; text-decoration: none; }
a:active {color: #008000; text-decoration: none; }
a:visited {color: #008000; text-decoration: none; }
a:hover {color: #060; text-decoration: none; }


/************* MENU ************/

#menu {
	width: 1000px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #090;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #060;
}
.basetextcolor {
	color: #C0C0C0;
}

