body {
	background color : #003300;
	font-family : Verdana;
	margin:0px;
 }
 
div.main {
	margin-left: 20px;	 
}
 
div.footer {
	margin-left: 200px;	
	color:white;
}
 
.content {
	background: #ffffff;
}


/* NORMAL LINKS */
a {
	color:black;	
	text-decoration : none;
}
a:link  {
	text-decoration : none; 
}
a:visited {
 	text-decoration : none;
}
a:hover  {
	text-decoration : underline;
}

/* PROPERTY LINKS */
a.propertyLink {
	font-size: 10pt;
}

/* LEFT MENU */
a.menu {
	color : yellow;
	font-weight:bold;
	text-decoration : none;
}

a.menu:link  {
	color : blue;
	text-decoration : none;
}
 
a.menu:visited  {
	color : green;
	text-decoration : none;
 }
 
 a.menu:hover  {
	 color: black;
	 text-decoration : underline;
 }



 
