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

body {
	font-family: Helvetica;
	font-size: 12px;
	color: #6E6969;
	font-style: normal;
}
.h1 {
	font-size: 20px;
	color: #990000;
}
.h2 {
	font-size: 16px;
	color: #990000;
}
.h3 {
	color: #990000;
}
.menu {
	font-size: 12px;
	text-align:center;
}
.menu_small {
	font-size: 10px;
	text-align:inherit;
}
a {
	color:#990000;
	
}