body {	 
background: url('header.png') top left no-repeat fixed;
background-color:#f0f4f7;
}

.content {
width: 750px;
padding:10px 20px 0px 20px;
background-color: #a6cada;
float: left;
margin-left: 600px;
margin-bottom: 14px;
box-shadow: 2px 2px 5px  #8b9bac;
margin-top: 50px;
opacity:0.40;
filter:alpha(opacity=40);
}

p{
word-spacing:4px;
font-size: 12px;
color:#1f444f;
font-family:"Arial";
}

b, strong {
	color: #2e83b9;
}
i, em{
	color: #c91d2d;
	margin-left: 1px;
	margin-right: 2px;
}
u{
	color: #4f7419;
	text-decoration: none;
	border-bottom: 1px dashed #4f7419;
}


h1{ 
text-transform:uppercase;
color:#477e9e;
font-family:"Arial";
letter-spacing:2px;
font-size: 19px;
}


h2{ 
text-transform:uppercase;
color:#9e474f;
padding-bottom: 3px;
border-bottom: solid  2px  #aebf4f;
font-family:"Arial";
letter-spacing:2px;
font-size: 9px;
}

a:link {
color:#ff6a6a;
text-decoration:none;
}

     
a:visited {
color:#050505;
text-decoration:none;
}


a:hover {
color:#050505;
text-decoration:underline;
}  


a:active {
color:#050505;
text-decoration:none;
}
