.main{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.small{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

.large{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.maini{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	font-style: italic;
}
body{
	background-image: url(../images/stripe.jpg);


}
.box2 {
	width: 70%;
	margin: 10px 5%;
	padding: 4px 8px;
	border: 2px solid #FDD0CE;

}

.box {
     margin: 10px 5%;
	 padding: 4px 8px;
	 border: 2px solid #FDD0CE;
	
}


a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
