body {
    background: #084273;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}

h1, h2 {
	font-family:"Times New Roman", Times, serif;
    font-weight: bold;
    color: #084273;
    font-style: italic;
	font-size:large;
	margin:0;
}

h2 {	
	font-size:medium;	
}

img {
    border: none;
}
.title {
	font-family:"Times New Roman", Times, serif;
    font-weight: bold;
	font-size:small;
    color: #084273;
    font-style: italic;
}

a:link, a:visited, a:active {
   color: #084273;
   text-decoration: none;
   font-weight: bold;
}
a:hover {
	color:#c28808;
}


#wrapper {
    margin: 0 auto;
	padding:8px;
    width: 764px;
}

#sites {
    font-size: 75%;
}
#sites:hover {
    text-decoration: underline;
}