﻿body 
{
	padding: 0;
	padding-bottom: 20px;
	font-family: Palatino Linotype, Book Antiqua, Georgia, Serif ;
	/* border: solid 20px #000000; */
	height: 100px;
	background-color: #000000;
	color: #ffffff;
}

h1
{
	font-size: 16pt;
}


h2
{
	color: #ffffff;
}

.header
{
	font-size: 16pt;
	font-weight: bold;
}

#navigation 
{
	position: absolute;     
	top: 50px;     
	left: 0px;     
	width: 175px; 
	padding: 10px;
	margin: 0px;
	vertical-align: top;
	border-right: solid 1px #404040;
} 

ul
{
	list-style-type: none;
}

#content 
{
	padding-left: 10px;
	margin-left: 195px; 
	color: #c0c0c0;
} 

a
{
	text-decoration: none;
}

a:active
{
	background-color: #000000;
}


a:hover
{
	text-decoration: underline;
}

a:link
{
	color: #ffffff;
}

a:visited
{
	color: #ffffff;
}

hr
{
        height: 1px;
}

