/* CSS Document */



body{
	background-color:#d4f88b;
	margin-top: 0px;
	font:Garamond, Hoefler Text, Georgia, "Times New Roman", Times, serif;
}



p, li{
color:#999999;
font-size:12px;
}



h1{
color:#999999;
font-size:18px;
}



hr{
border: none 0; 
border-top: 1px dashed #d4f88b;
width: 600px;
height: 1px;

}



.home{
	background-image: url(../images/home.jpg);
	background-repeat:no-repeat
	}

html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }



