/*This is the core style sheet of the site*/

body {

font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;

margin: 0;
}

p {
font-size: .8em;
line-height: 1.7em;
}

h1 {
font-size: 1.2em;
font-style: italic;
letter-spacing: 5px;
}

h2 {
font-size: 1.1em;
}

p.footer {
font-size .5em;
text-align: center;
font-weight: bold;
}

#main-content {
background-color: #ffffff;
padding: 20px;
}
#navbar {
background-color: #ffffff;
position: absolute;
top: 400px;
left: 0px;
width: 180px;
}
#navbar a:link, #navbar a:visited {
display: block;
color: #7e7e7e;
background-color: #ffffff;
border-bottom: solid 1px #000000;
padding-bottom: 3px;
padding-top: 3px;
text-decoration: none;
border-bottom: solid 1px #000000;
border-top: solid 1px #000000;
text-align: center;
font-weight: bold
}
#navbar a:hover {
background-color: #dedede;
}
