/* Advanced Style Sheet

		textcolor: #2E7C71;   2 places 
		highlightcolor: #00AE9C;  4 places 
		backgroundcolor: #D9FDB0;  1 place 
		titlelinkcolor: #928CC6;  3 places 
		horizlinecolor: #DFCCE4;  1 place 
*/

BODY {
	background-color: #D9FDB0;
	font-size: 18pt;
	color: #2E7C71;
	font-family: Georgia;
	}
	
p.thumb {font-size: 12pt; margin-top: 0pt;}

table.main {
	font-size: 18pt;
	color: #2E7C71;
	font-family: Georgia;
	border-collapse: collapse;
	}
	
td {
	padding: 10px;
	border-bottom: 10px solid #DFCCE4;
	}

td.blank {border-bottom: 0px; padding: 0px;}
	
img {border: 10px solid #00AE9C;}
img.thumb {border: 5px solid #00AE9C;}
img.homelink {border: 0px;}

A {color: #928CC6; text-decoration: none;}
A:hover {color: #928CC6; text-decoration:underline;}

h1 {color: #928CC6; font-size: 36pt; font-family: Arial Black; padding-left: 7px; margin-bottom: 0pt;}
h2 {color: #00AE9C; font-size: 24pt; font-family: Arial Black;}
h3 {font-size: 8pt; margin-bottom: 0pt;}
h4 {color: #00AE9C; font-size: 24pt; font-family: Arial Black; margin-bottom: 0pt;}


/*

Useful web sites:
http://reference.sitepoint.com/css/syntax
http://www.quackit.com/css/

*/