@charset "UTF-8";
body {
	background-color: #FFCC00;
	background-image: url(fed_images/fried-egg.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
	font-size: 10px;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFCC00;
	font-size: 28px;
	font-weight: bold;
}
.style3 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF6600;
	font-weight: bold;
}
.style4 {
	color: #FFFF66;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 36px;
}
.style5 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
}
.style6 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
	font-weight: bold;
}
.style7 {
	font-size: 24px;
	color: #FFFF66;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
a:link {
	color: #FFFF66;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FFFF66;
}

