body {text-align: center; background-color: #C2C74F;}

a:link    {color: #FFFACD; text-decoration: none;}
a:active  {color: #FFFACD; text-decoration: none;}
a:visited {color: #FFFACD; text-decoration: none;}

a.blue:link     {color: #0000FF; text-decoration: underline;}
a.blue:visited  {color: #0000FF; text-decoration: underline;}
a.blue:hover    {color: #0000FF; text-decoration: none;}
a.blue:active   {color: #FFFF00; text-decoration: underline;}

a.black:link     {color: #000000; text-decoration: none;}
a.black:visited  {color: #000000; text-decoration: none;}
a.black:hover    {color: red; text-decoration: none;}
a.black:active   {color: #000000; text-decoration: none;}

#img2up {float: left; width: 48%; padding: 1%;}
#img3up {float: left; width: 31%; padding: 1%;}
#img38pct {float: left; width: 38%; padding: 1%;}
#img18pct {
	float: left;
	width: 18%;
	padding: 1%;
	padding-top: 10%;
}

#separator {clear: both;  border-top: 1px solid #C2C74F; padding-bottom: 1px;}
    
h1 {text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;}

h3 {color: blue;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;}

#underline {text-decoration: underline;}
