.style2 {font-size: x-large}
body {
	background-image: url();
}
.style3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFFF00;
	font-weight: bold;
	font-style: italic;
}
.style4 {
	font-size: 24px;
	color: #0000FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: blink;
	text-align: center;
	margin: 20px;
	padding: 20px;
}
.style5 {font-size: 36px; color: #0000FF; font-weight: bold; font-family: "Times New Roman", Times, serif;}
#Navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCCCC;
	list-style-type: none;
	list-style-position: inside;
	top: auto;
	text-align: center;
	visibility: inherit;
	border: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	text-transform: uppercase;
	color: #0000CC;
	right: auto;
}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0000FF;
	border: #0000FF;
	text-align: left;
	white-space: normal;
	display: block;
	list-style-image: none;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFF00;
	background-color: #666666;
	margin: 0px;
	padding: 10px 0px;
}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	list-style-type: upper-alpha;
}
.footer2 {
	background-color: #0000FF;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #FFFF00;
	text-align: center;
}
