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

h1
{
font-size: 18px;
color: #31aa86;
font-family: Georgia, "Times New Roman", Times, serif
}

h2
{
font-size: 14px;
color: #31aa86;
font-family: Georgia, "Times New Roman", Times, serif
}

h3
{
text-align: left;
font-size: 15px;
color: #31aa86;
font-family: Georgia, "Times New Roman", Times, serif
}

h4
{
font-size: 8x;
color: #553917;
font-family: Georgia, "Times New Roman", Times, serif
}


p
{
font-size: 12px;
color: #553917;
font-family: Georgia, "Times New Roman", Times, serif;
}

A:link {
	text-decoration: none;
	color: #3fb08e;
}
A:visited {
	text-decoration: none;
	color: #3fb08e;
}
A:active {
	text-decoration: none;
	color: #3fb08e;
}
A:hover {text-decoration: underline; 
     color: #3fb08e;}