body {
	background: White;
	margin: 0px;
}
.text {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	text-align: justify;
}
.text_s {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	text-align: left;
}
.title {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	font-weight: bold;
	color: #FF8000;
	text-align: center;
	letter-spacing: 2px;
}
p {
	margin-bottom: 4px;
	margin-top: 4px;
}
h1,h2,h3 {
	font-size: 13px;
	text-align: left;
}
ul {
	margin: 10px;
	margin-left: 24px;
	line-height: 24px;
}
.name {
	background: url(img/main.gif) center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	text-align: center;
	color: #FFFFFF;
}
a:link { color: #000000; text-decoration: underline; }
a:active { color: #000000; text-decoration: underline; }
a:visited { color: #000000; text-decoration: underline; }
a:hover { color: #404040; text-decoration: none; }

a.menu:link { color: #FFFFFF; text-decoration: underline; }
a.menu:active { color: #DEDEDE; text-decoration: underline; }
a.menu:visited { color: #FFFFFF; text-decoration: underline; }
a.menu:hover { color: #000000; text-decoration: underline; }

.news {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
}
a.news:link { color: #FFFFFF; text-decoration: none; }
a.news:active { color: #DEDEDE; text-decoration: none; }
a.news:visited { color: #FFFFFF; text-decoration: none; }
a.news:hover { color: #000000; text-decoration: underline; }

