@charset "utf-8";

body {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #213840;
	background: #E8B54D;
}

.style1 {font-size: 36px}
.style2 {
	color: #FF0000;
	font-weight: bold;
}
a:link {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #0000FF;
}
a:visited {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #663399;
}
a:hover {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #00FF00;
}
