/* CSS Document */
body {
margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
margin-left: 0px;
background-color: #7CCCC8;
}

h1{
	font-family: georgia;
	font-size: 16px;
    line-height: 100%;
	color: #666666;
}

h1 a{
	font-family: georgia;
	font-size: 16px;
	text-decoration: none;
	line-height: 100%;
	font-weight: bold;
	color: #6b311a;
}

h1 a:hover{
	text-decoration: none;
	line-height: 100%;
	font-weight: bold;
	color: #03647C;
}


h2{
	font-family: georgia;
	font-size: 12px;
    line-height: 100%;
	color: #666666;
}

h2 a{
	font-family: georgia;
	font-size: 12px;
	text-decoration: none;
	line-height: 100%;
	font-weight: bold;
	color: #6b311a;
}

h2 a:hover{
	text-decoration: none;
	line-height: 100%;
	font-weight: bold;
	color: #03647C;
}

