body {
font-family:Arial, Helvetica, sans-serif;
background-image:url(images/background_grey.gif);
background-color:#afafb7;
margin:0;
font-size:small;
}

/*header styles*/
h1 {
font-size:100%;
color: #006699;
font-style:bold;
line-height:normal;
}

h2 {
font-size:150%;
color: #006699;
font-style:bold;
line-height:normal;
}

/*horizontal rules*/
hr {
color:#ADBACE;
} 

/*linkcolor*/
a:link, a:visited {
font-weight:normal;
color:#6B7D99;
}
a:hover, a:active {
color:#6B7D99;
border:none;
} 