/* Simple Pleasures CSS sheet */
body {
	background-color: #ffffff; 
}
body, p, td, li, ul, ol{
	font-family: helvetica, arial, "sans serif";
	color: #565656;
	font-size: 12px;
	font-weight: normal;
}
a:link {
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica, arial, "sans serif";
	text-decoration: none;
	color: #3034A0;
}
a:visited {
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica, arial, "sans serif";
	text-decoration: none;
	color: #3DC65D;
}
a:hover {
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica, arial, "sans serif";
	text-decoration: none;
	color: #E22C36;
}
a:active {
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica, arial, "sans serif";
	text-decoration: none;
	color: #333333;
}
/* Headers */
/* h1 is for page titles */
h1	{
	font-size: 18px;
	font-family: helvetica, arial, "sans serif";
	font-weight: bold;
	color: #333333;
}
/* h2 is for header under top of page */
h2  {
	font-family: helvetica, arial, "sans serif";
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	}
/* h3 is bold middle grey font */
h3	{
	font-family: helvetica, arial, "sans serif";
	font-size: 14px;
	font-weight: normal;
	color: #565656;
}
/* h4 is for normal middle grey font */
h4  {
	font-family: helvetica, arial, "sans serif";
	font-size: 14px;
	font-weight: normal;
	color: #8B8A88;
	}
/* h5 is for header lighter grey, smaller body text font */
h5  {
	font-family: helvetica, arial, "sans serif";
	font-size: 12px;
	font-weight: normal;
	color: #565656;
	}
/* h6 is very small font for bottom copyright block */
h6	{
	font-family: helvetica, arial, "sans serif";
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
/* nav is for the footer navigation links */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	border-color: #ffffff; 
}
#content {
	border-color: #ffffff;
}
/* colors for site 
green: 3DC65D
red: E22C36
blue: 3034A0 */
