body {

background-color: #95b7cd;
color: #666666;
font-family: Segoe UI, Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
margin: 0;

}

p {

font-size: .8em;
text-align: justify;
line-height: 1.7em;
}

p.header {

font-size: 1em;
text-align: center;
letter-spacing: 5px;
}

p.footer {

font-size: .5em;
text-align: center;
}


h1 {

font-size: 1.2 em;
text-align: right;
font-style: italic;
letter-spacing: 5px;
}

h2 {

font-size: 1.1 em;
text-align: right;
font-style: italic;
}

a:link {

color: #666666;
background-color: #95b7cd;
text-decoration: none;
}

a:visited {

color: #666666;
background-color: #95b7cd;
}

a:hover {

background-color: #aaddee;
}

a:active {

background-color: #3cc7f0;
}

a.current {
	
background-color: #3cc7f0;
}

table {
	
font-size: .8em;
text-align: justify;
line-height: 1.7em;
font-weight: bold;
}


#header {
	
background-color: #ffffff;
border-bottom: 1px #000000 solid;
}

#content {

position: relative;
width: 779px;
}
	
#main-text {

background-color: #ffffff;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
border-bottom: 1px #000000 solid;
margin-left: 198px;
padding: 10px;
}

#navbar {

position: absolute;
top: 0px;
left: 0px;
width: 198px;
}

#navbar ul li {

list-style-type: none;
margin: 0;
padding: 0;
}

#navbar ul {

margin: 0;
padding: 0;
}

#navbar ul li a:link, #navbar ul li a:visited {
	
display: block;
text-decoration: none;
font-weight: bold;
border-bottom: solid #000000 1px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 20px;
}

#navbar ul li a:hover {

}




#image {

height: 199px;
background-color: #000000;
background-image: url(images/lincoln.jpg);
background-repeat: no-repeat;
background-position: 198px 0px;
}