/* SETS DEFAULT FONT */
BODY, P, DD, DL, BLOCKQUOTE,TD,TR,TH {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	margin: 10px;
} 

A:active {
  color : #8D7E50;
  text-decoration : underline;
}
A:link {
  color : #84754A;
  }

A:visited {
  color : #666666;
  }

A:hover {
  color : #5E9CC1;
 
}
#smap {
	margin:50px;
	

}
#smap ul {
	list-style:inside disc;	

}
