#menu			{position: absolute;
			top: 2px;
			left: 2px;
			width: 150px;
			line-height: 1.2em;
			padding-top: 0px;
			font-size: 22px;
			padding-left: 5px;
			border-right: 1px dashed silver;
			}
#main                   {position: absolute;
                        top: 100px;
                        left: 200px;
                        width: 800px;}
h1			{font-size: 20px;
			color: #C0C0C0;
     		   	align: center;
			}
body			{font-style: arial;
			font-size: 16px;
			background-color: #000000;
			color: #808080;
				
			}
a:link			{background-color: gold;
			color: #f08080;
			text-decoration: none;
			border: 2px solid red;
			}
a:visited		{background-color: #FFFF00;
			color: #000000;
			text-decoration: none;
			border: 2px solid red;
			}
a:hover			{background-color: #6a5acd;
			color: #dda0dd;
			text-decoration: none;
			border: 2px solid red;}
p		        {background-color: blue;
			color: #00CED1;
			font-size: 16px;
			font-family: Garamond;
			width: 800px;
			height: auto;
			border: 3px solid #B0E0E6;
			padding: 5px;
			}
#photo			{border: 5px;
			padding: 3px;
			float: right;
			}
#credit {position: absolute; top: 100px; left: 200px}