body{
font-family: Frutiger, Verdana, Courier, Arial, Helvetica, sans-serif;
background-color: #e1e1e1;
}

h1 {
padding-left: 5%;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: blue;
}

a:link, a:visited, a:active{
text-decoration: none;
color: blue;
}

a:hover {
text-decoration:underline;
}

p.navigation{
font-size:xx-small;
text-align:right;
}

hr {
width: 75%;
border-bottom: 1px;
border-bottom-style: solid;
border-bottom-color: blue;
noshade: noshade;
}