@charset "utf-8";
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFEE;
	margin: 0px;
	padding: 0.3em;
	background-position: left top;
	overflow: hidden;
}
a:link {
color: lightblue;

font-style:normal;
text-decoration:none;
}
a:visited {
color: rgb(255,255,240);
font-weight: normal;
font-style:normal;
text-decoration:none;
}
a:active {
color: darkred;
font-weight: normal;
font-style:normal;
text-decoration:none;
}
a:hover {
color: lightblue;
font-weight: normal;
font-style:normal;
text-decoration:underline;
}
