@charset "UTF-8";
/* CSS Document */


body {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#E5CEEC;
	font-weight:lighter;
	
	}


/* Make headings Verdana bold.
If user doesn't have Verdana, use Helvetica.*/

h1 {
	font-size: 18.81px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}
	

h2 {
	font-size: 14px;
	margin-top:10;
	color:#E5CEEC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	padding: 20px;
	letter-spacing: 0.06em;
}

h3 {
	font-size: 24px;
	margin-top:10;
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	padding: 20px;
}


h4{
	font-size: 9px;
	margin-top:10;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;	
}



/*Don't underline links, make all links white.
Make links #00AEEF when activated.*/

a {
	text-decoration: none;
}

a:link {border:none}
a:visited {color:#000000}

