body {	
 margin: 5px;
 padding: 5px;
 font: 14px Verdana,Arial,Sans-Serif; 
}

.pageContent {
 margin-top: 250px; 
 margin-right: auto;
 margin-left: auto; 
 background-image: url(../img/hg.png);
 background-repeat: no-repeat;
 width: 760px;
 height: 100px;
 border: 1px solid black;
}

a.ref {
 display: block;
 text-decoration: none;
 height: 100px;
}

a.email:link, a.email:visited, a.email:hover, a.email:active {
 color: #6183A8;
 text-decoration: none;
} 
a.email:hover {
 color: #1E4A7B;
 text-decoration: none;
}

a.href:link, a.href:visited, a.href:hover, a.href:active {
 color: #6183A8;
 text-decoration: none;
} 
a.href:hover { 
 color: #1E4A7B;
 text-decoration: none;
}
