* {
	padding:0;
	margin:0;
}
	
body {
    font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:30px;
	line-height: 1.3;
	background:#98C9C2;
	color:#3C3C3C;
}

    	
h1 {
    font-size:0.9em;
    margin:0 0 10px 0;
	}

h3,h4 {
    font-size:0.7em;
	line-height: 1.3;
    margin:0 0 5px 0;
    }

h5,h6, p {
    font-size:0.6em;
	line-height: 1.3;
	margin:0 0 4px 0;
    }
a, a:link,a:visited,a:active {
text-decoration:none;
color:#3c3c3c;
}


a:hover {
    color: #4A6804;
}
