#navigation {
	font-family: "Book Antiqua", Verdana;
	font-size: 15px; 
        font-stle: italic;
	position:fixed;top: 0px; left:5px;
	top: 5px;
	left: 5px;
	margin-left: 5px;
	margin-right: 5px;
	width:25%;
	background: #01172E; color: silver
	}

#content {	
	font-family: "Book Antiqua", Verdana;
	font-size: 15px;
	font-style: normal;
	top: 5px;
	left: 30%;
	position: absolute;
	border-left: 2px solid green;
	padding: 15px;
	background: #01172E; color: silver
	}
body {	
	font-size: 15px;
	font-family: "Book Antiqua", Verdana;
	background: #01172E; color: silver
	}
h1 	{font-size:100px;
	color:navy; 
	font-family: "Book Antiqua", Verdana;
	border-top: 2px solid silver;
	border-left: 2px solid silver;
	border-right: 2px solid silver;
	border-bottom: 2px solid silver;
	}
h2, h3, h4, h5, h6
{font-family: "Book Antiqua", Verdana;
	color: fuchsia;
	font-weight:bold
	}
h2	{font-size:35px;
	color: silver;
	}
h3	{font-size:17px;
	font-weight:bold;
	color: silver;
	}
p.small{font-family: "Book Antiqua", Verdana;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	}
p.center{font-family: "Book Antiqua", Verdana;
	text-align:center;
	}

a:link {font-size:15px;color: silver}
a:visited {font-size:15px;color: green}
a:hover {color: fuchsia}

