body {
	font-family:Verdana, Osaka;

	color:#6B4B3C;
	backgroung-color:#ffffff;

}

div#mainBox {
	margin-top:5em;
	margin-right:auto;
	margin-left:auto;
	padding:1em;
	border:dashed 3px #6b4b3c;
}
h2 {
	color:#6b4b3c;
	background:transparent;
	font-size:14px;
	line-height:100%;
	margin-bottom:6px;
}
h3 {
	color:#6b4b3c;
	background:transparent;
	font-size:12px;
	line-height:100%;
	margin-bottom:6px;
}
h4 {
	color:#6b4b3c;
	background:transparent;
	font-size:9px;
	line-height:100%;
	margin-bottom:3px;
}

.new{
	overflow:scroll;
	padding-left:5px;
	margin-left:3em;
	border:dashed 1px #6b4b3c;
	width:300px;
	height:100px;
}

ul{padding:0;border:none;}

a:link{ 
	color: #6b4b3c;
	border-bottom:1px solid #F18867;
	text-decoration:none;
}
a:visited{color: #6b4b3c;}
a:active	{ color: orangered;}
a:hover		{ 
	color: #6b4b3c;
	background-color:#E1E1D3;
	/*border-top:3px double deeppink;
	border-bottom:3px double deeppink;
	text-decoration:none;
	}



