/* CSS Document */

<link href="/index.css" rel="stylesheet" type="text/css">
.border {
	border: thin solid #FFFFFF;
}

a { color: #66CCCC;
	}
h1 {color: #66cccc;
	font-size: 25px;
	font-family: Arial;
	}
p { font-family: Arial;
	color: #ffffff;
	}
	
 #navlist
 {
 padding-left: 0;
 margin-left: 0;
 width: 200px;
 }


 #navlist li
 {
 list-style: none;
 margin: 0;
 padding: 0.25em;
 }

 #navlist li a { text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:800;}
 
 #navlist li a:hover { text-decoration: none; color:#CCCCCC;}
  #navlist li a:active { text-decoration: none; color:#CCCCCC;}
  
  
  .footer-link {
  color: white;
  font-family: arial;
  font-size:12px;
  
  }
  
  .footer-link a{
  color: white;
  text-decoration: none;
  
  }
  
  h2 {
  	font-size: 25px;
  	color: white;
    font-family: Arial;
  }
  
  h4 {
  	font-family: arial;
  	color: white;
  	font-size: 9pt;
  }
   
  
  .rate-table {
  	color: white;
  	font-family: arial;
  	font-weight: bold;
  	font-size: 9pt;
  }
  
  .photo-title {
  	color: white;
  	font-family: arial;
  	font-weight: bold;
  	font-size: 11pt;
  }
  
  .general-title {
  	color: white;
  	font-family: arial;
  	font-weight: bold;
  	font-size: 11pt;
  }
  
  ul li {
  
  	font-family: arial;
  	color: white;
  	font-size: 9pt;
  }
  
  .more_info {
  	padding-top:50px;
  	padding-left:30px
  	
  }
  
  .more_info a {
  	font-family: arial;
  	color: #000166;
  	font-size: 9pt;
  	text-decoration: none;
  }
  
  .more_info a:hover {
  	font-family: arial;
  	color: yellow;
  	text-decoration: none;
  }
  
