.general {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	}
	
a:link {
		text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #b40038;
	
}
a:active {
	text-decoration: none;
	color: #000000;
}
		


.title {
	
	font-size: 42px;
	font-style: italic;
	text-decoration: none;
	text-align: center;
	position:absolute;
	width: 100%;
	height: 70px;
	top:0px;
	
}
	

.navigation1 {
	text-align: center;
	vertical-align: middle;
	font-style: italic;
	position: absolute;
	width: 100px;
	left: 0px;
	height: 24px;
	
	
}
.navigation2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	vertical-align: top;

}
.box {
	border: 1px solid #000000;
	padding: 3px;
}
