/* CSS Document */

body{
  	background-color:#000000;
   	color:#FFFFFF;
  	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
  }
  
  
.copyright {font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

a:link {
	color:#FF0000;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
}
a:visited {
	color:#FF0000;
		text-decoration: none;
			font-family: Arial;
	font-size: 12px;
}
a:hover {
	color:#999999;
}
a:active {
	color:#FFFFFF;
} 
  
/*
#main{
margin-left:auto;
margin-right: auto;
margin-top: 20px;
border: 2px solid #ffffff;
background-image:url(img/bridgeshaded.jpg);
width: 1000px;
height: 600px;
}

a, a:visited {
	color:#FF0000;

    line-height: 2.0em;
	text-decoration: none;
    }

a:active {
	color:#FF0000;

    line-height: 1.5em;
	text-decoration: underline;
    }

a:hover {
	color:#000000;
	}
    
*/	
/*containers*/

.title {
	color:#FF0000;
	font-size:35px;
	vertical-align:bottom;
	font-weight: normal;
	font-family:Helvetica, regular;
}

.title a:hover { 
		color:#FF0000;
		border: none;
}
	
.title a:link {
	color:#FF0000;
	font-size:35px;
	vertical-align:bottom;
	font-weight: normal;
	font-family:Helvetica, regular;
			border: none;
}

.title a:visited {
	color:#FF0000;
	font-size:35px;
	vertical-align:bottom;
	font-weight: normal;
	font-family:Helvetica, regular;
			border: none;
}
.subtitle {
	color:#FF0000;
	text-align: left;
	vertical-align:top;
		font-size:12px;
	font-weight: normal;
	font-family:Arial;
}

 #menu1 {
 color:#FF0000;
	font-size: 10px;
float: left; 
margin-left: 60px;
	text-align: left;
	margin-top: 90px;
	width: 100px;

		font-weight:100;
	border: 0px;
	font-family:arial, sans-serif;
}
