@charset "iso-8859-1";
  

.main {
	background-color: #ccc;
}
    
.main #container {
	width: 720px;
	background-color: #fff;
	border: 1px solid #666;
}    

.orangelink {
	color:#FF9933;
}

.arrowList {   
	
	font-size:9px;
	font-weight:bold;
    padding-top: 7px;
    letter-spacing: -.02em;
  color: #FF9933;
}

a:link, a:active, a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
