/* CSS Document */

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14 px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFEDD2;
}

.link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFEDD2;
}
a:link {color:#C8E3EA; text-decoration:underline;}
a:active {  color: #C8E3EA; text-decoration: underline;}
a:hover {  color: #B8EEBD; text-decoration: underline;}
a:visited {  color: #C8E3EA; text-decoration: underline;}
a:hover {  color: #B8EEBD; text-decoration: underline;}

.homepagelinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFEDD2;
}
.homepagelinks:link {color:#FFEDD2; text-decoration:none;}
.homepagelinks:active {  color: #FFEDD2; text-decoration: none;}
.homepagelinks:hover {  color: #B8EEBD; text-decoration: none;}
.homepagelinks:visited {  color: #FFEDD2; text-decoration: none;}
.homepagelinks:hover {  color: #B8EEBD; text-decoration: none;}

.copy {
 	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFEDD2;
}

