table { 
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	color:#cc9933;
	FONT-SIZE: 15px;
		border-left: 2px dotted;
		border-right: 2px dotted;
		border-bottom: 2px dotted;
	border-top: 2px dotted;
	boder-collapse:collapse;
	}
	
a:link {
	  font-family : Arial, Helvetica, sans-serif;
	  font-size : 15px;
	  font-weight : normal;
	  color : #cc9933;
	  text-decoration : none;
	  background-color: transparent;
	}
	
	
	a:visited {
	  font-family : Arial, Helvetica, sans-serif;
	  font-size : 15px;
	  font-weight : normal;
	  color : #cc9933;
	  text-decoration : none;
	  background-color: transparent;
	}
	
	
	a:hover {
	  font-family : Arial, Helvetica, sans-serif;
	  font-size : 15px;
	  font-weight : normal;
	  color : #ffffff;
	  text-decoration : underline;
	  background-color: transparent;
}
