BODY
{  
color:#000000;
background-color: #d0d0d0;
margin:20px;
padding:0px;
font:10 verdana, arial, helvetica, sans-serif;
text-decoration: none;
background-image: none;
letter-spacing: normal;
text-align: left;
word-spacing: normal;
scrollbar-base-color: 000066; 
scrollbar-arrow-color: 000099;
scrollbar-DarkShadow-Color: 000033; 
}

.title	{
	position:absolute;

	left:225px;
	width:450px;
	height:40px;

	margin: 0px;
	background: #d0d0d0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font: 32px geneva, lucida, sans-serif;
	color: #000000;
	text-align:center;
	text-decoration: none;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	}

.navigation
	{

	position:absolute;

	top:60px;
	left:0px;
	width:100px;
	height:200px;


        float: left;
	width: 19%;
        border: solid #0000ff;
        border-width: 2px;
        background: #ffffff;
        color: #000000;
	text-align: center;
        margin: 0;
        padding: 0px;
        }



.content
	{
	position:absolute;

	top:60px;
	left:150px;
	width:600px;

	cursor: normal;
	border-width: thin;
	border: solid #0000ff 2px;
	background: #d0d0d0;
        color: #333333;
        margin: 0;
        padding: 10px;
        }



A:link {color: blue;}
A:visited {color: red;}
a:hover{color:#ffffff; background-color:#000000; text-decoration:overline underline;} 
A:active {color:navy;}

p	{
	font-size: 15px;
	font-style: normal;
	color: #000000;
	text-indent:2em;

	}

h1	{
	font-size:15px;
	font-style: normal;
	color: #000099;
	}
 
