@import url(reset.css);
@import url(layouts.css);
@import url(navigation.css);
@import url(forms.css);
@import url(mod.css);
@import url(my.css);

a{
	color: #1d8f68;
	text-decoration: none
	}
a:hover{
	text-decoration: underline
	}
body{
	color: #000;
	font: 11px Arial, Helvetica, sans-serif
	}
h1{
	margin-bottom: 20px;
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.7em;
	text-align: right;
	border-bottom: 2px solid #1d8f68
	}
h2{ 
	font: inherit; 
	font-weight: bold;
} 
h3{ 
        font: bold 12px Arial, Helvetica, sans-serif 
        }
p{
	margin: 7px 10px;
	text-align: justify;
	text-indent: 0px;
	}
ul li{
	margin: 7px 20px;
	list-style: disc inside
	}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
.clearer{
	clear: both
	}
