@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.page {
}


#header {
	background-color:#bd0000;
	height:170px;
	text-align:center;
}

#menu {
	background-color:#bd0000;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	height:22px;
}
#menu a {
	height: 15px;
	padding: 0px 10px 0 10px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#menu a:hover {
	background-color:#CE0000;
	height: 15px;
	padding: 0px 10px 0 10px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#post {
	border:1px solid #bd0000;
	margin:20px 50px 0px 50px;
}

#post .title {
	background-color:#bd0000;
	height: 28px;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	font-weight: normal;
	font-size:22px;
	color: #ffffff;
}

#post .text {
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	color: #000000;
	font-size:12px;
}

.alink:Link, a:visited {
text-decoration: underline;
color: blue;
}

.alink:hover, a:active {
text-decoration: underline;
color: blue;
}


