a:link			{
					color:#FFFFFF;
					text-decoration:none;
					font-weight:bold;
				}
a:focus			{
					color:#AAAAAA;
					text-decoration:none;
					font-weight:bold;
				}
a:active		{
					color:#AAAAAA;
					text-decoration:none;
					font-weight:bold;
				}
a:visited		{
					color:#FFFFFF;
					text-decoration:none;
					font-weight:bold;
				}
a:hover			{
					color:#AAAAAA;
					text-decoration:none;
					font-weight:bold;
				}
body			{ 	background-color:black; 
					color:white;
					overflow:auto;
				}
				
img				{
					border:4px groove white;
				}

#completeframe	{	
					overflow:auto;
				}
#webheader		{ 	background-image:url(images/banner.jpg);
					background-position: 0px 0px; 
					background-color:white; 
					padding:1px;
					margin-left:auto;
					margin-right:auto;
					font-weight:bold;
					color:black;
					text-shadow:grey 3px 2px;
					vertical-align:bottom;
					text-align:right;
					overflow:hidden;
				}
#mainNavigation	{
					padding:2px;
					vertical-align:top;
				}
#mainframe		{
				}
#guestbook		{
					margin-top:1%;
				}
table#guestbook	{				
					border-bottom: 1px solid grey;
				}
table#guestbook	{
					margin-left:10%;
				}
#sublink		{
					font-size:70%;
				}
#arrowcell		{
					width:10px;
				}