body{

background: #6c6a6c;
margin: 10px;
}

div{
	width: 600px;
	line-height: 150%;
	font-family: verdana;
        font-size: 10pt;
	color: #fff;
	padding: 10px;
	}
	
h1{
font-family: georgia;
font-size: 15pt;
color: #a0cfb9;
margin-bottom: 0px;
padding-bottom: 0px;
	}

h2{
font-family: georgia;
font-size: 13pt;
color: #f0c17e;
padding:0px;
	}

h3{
font-family: georgia;
font-size: 13pt;
color: #f0c17e;
padding-top:0px;
padding-left: 20px;
background: #000;
	}
	
	
.bold{
color: #f0c17e;
}
	
.do{
border: solid 1px #000;
padding: 0px;
padding-top:5px;
}

.contents{
padding:20px;
width:570px;
}

a:link{
font-weight: bold;
color: #f2f3a0;
text-decoration: underline;
}

a:visited{
font-weight: bold;
color: #f2f3a0;
text-decoration: underline;
}

a:hover{
font-weight: bold;
color: #f2f3a0;
text-decoration: none;
}