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

html {
margin : 0;
padding : 0;
}

body {
	background-color:#67b716; 
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	max-width : 800px;
	margin-left:auto;
	margin-right:auto;
	}
h2 {
	font-size:16px;
	text-align:center;
	font-weight:bold;
	padding-bottom:10px;
	color:#295103;  /*font color*/
	}
h3 {
	font-size: 14px;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	padding-bottom:10px;
	color:#647851;  /*font color*/
	}
a {
	text-decoration: none;
	color: #67b716;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}

a:hover {
	text-decoration: none;
	color: #9846dd;
}
p {
	padding:0px;
	}		
#article {
	padding:15px 20px 10px 20px;
	color:#000;  /*font color*/
	background-color:#ffffff;
	font-size:13px;
	line-height:1.5em;
	border:3px solid #295103;
	text-align:left;
	max-width:740px;
	margin:10px;
	float:right;
	}	

ul {
	margin-left: 40px
}

li a {
	color: #647851;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}
