body { font-family: Georgia, serif;
       font-style: italic;
       padding: 0;
       margin: 5px;
       background-color: #e6e6e6; }

a { text-decoration: none;
    color: #777777; }
a:hover { color: #444444; }

ul#Navigation { font-size: normal;
		position: fixed;
		float: left;
		width: 190px;
		padding: 2px;
		margin: 0;
		background-color: #e6e6e6;
		border: 2px solid #999999; }
ul#Navigation li { list-style: none;
		   font-size: large;
		   text-align: center;
		   background-color: white;
		   padding: 5px;
		   margin: 17px; }
ul#Navigation a:hover { color: #666666;
			font-weight: bold; }

div#Content { font-size: normal;
	      margin-left:205px;
	      padding: 10px;
	      background-color: white;
	      border: 2px solid #999999; }
div#Content h1 { text-align: center;
		 color: #555555;
		 font-size: x-large; }
div#Content h2 { text-align: center;
		 color: #555555;
		 font-size: large;
		 margin-top: 2.5em; }
div#Content h3 { text-align: center;
		 color: #555555;
		 margin-top: 1.5em; }
div#Content h4 { text-align: center;
		 color: #555555;
		 font-size: large;
		 margin-top: -0.5em;}
div#Content p { text-align: center;
 }
div#Content p#Left { text-align: left; }
div#Content p#Right { text-align: right; }
div#Image { text-align: center; }
div#Image img { border: 2px solid #999999; }
div#Image img#Noborder { border-style: none; }
div#ImageLeft { float: left; margin-right: 10px; }
div#ImageLeft img { border: 2px solid #999999; }
div#ImageLeft img#Noborder { border-style: none; }
div#ImageRight { float: right; margin-left: 10px; }
div#ImageRight img { border: 2px solid #999999; }
div#ImageRight img#Noborder { border-style: none; }
