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

body {
	font-family: Verdana;
	font-size: 11pt;
	color: #555555;
	background-image: url('images/dot.gif'); 
	background-repeat: repeat;
	}


a {
	color: #095B00;
	}

a:hover {
	color: #A0D850;
	}

h1 {
	color: #095B00;
	size: 14px;
	}
	
h2 {
	color: #666666
	font-weight: bold;
	size: 12px;
	}
	
div {
	background-color:#ffffff;
	width:80%;
	padding:20px;
	margin:40px;
	border: thin double #095b00;
	}
