body		{	background-color: black;
			color: #fff8c6;
			font-family: comic-sans, sans-serif;
			text-align: center;
			margin-right: 100px;
			margin-left: 100px;
			}
h1		{	text-decoration: underline;
			padding-bottom: 10px;
			padding-top: 10px;
			}
h2		{	font-style: italic;
			text-decoration: underline;
			}

.header		{	font-family:  papyrus, comic-sans, sans-serif;
			font-size: 360%;
			border-bottom: solid thin gray;
			margin-top: 20px;
			
			}
			


#page		{	font-size: 160%;
			font-weight: bold;
			
			}


#footer		{	font-size: 80%;
			font-family: sans-serif;
			border-top: solid thin gray;
			margin-top: 10px;
			
			}
#about		{	text-align: left;
			}

#label		{	font-size: 75%;
			text-align: center;
		}



a:link		{	color: #6698FF;
			
			}

a:visited	{	color: #6698FF;
			}

a:hover		{	color: #fff8c6;
			
			}
#data a:link	{	color: #4E9258;
			}
#data a:visited	{	color: #4E9258;
			}
#data a:hover	{	color: #fff8c6;
			}