/* HTML elements */
body {
font-family: Trebuchet MS
}
h3 {
clear: both;
color: #083e88
}
hr { 
color: #083e88
width: 80%;
}
img {
display: block;
float: left;
margin: 10px;
margin-left: auto;
margin-right: auto;
}

/* Pseudo elements */
a:link {color: #083E88;font-weight:bold; text-decoration: none;}
a:visited {text-decoration: none; color: #666666;}
a:hover {text-decoration: underline;}

/* Specific divs */
#wrapper {
width: 482px;
border: 1px solid #083e88;
padding: 10px;
}
#footer {
text-align: center
}

