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

body {
	background-color: #CCCCCC;
}
.font_main {
	font-family: Arial;
	font-size: 14px;
	line-height: 1.5;
	list-style-type: square;
	font-style: italic;
}
.font_small {
	font-family: Arial;
	font-size: 11px;
	font-style: italic;
}
.font_navigation {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #5D9236;
	font-family: Arial;
	font-style: italic;
}
a:link {
	color: #3F3B93;
	text-decoration: none;
}
a:visited {
	color: #3F3B93;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #3F3B93;
	text-decoration: none;
}
