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

body {
	background-image: url(background_image.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	background-color: #F6F6F6;
}
.menu {
	font-size: 16px;
	text-align: center;
}
a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.body_text {
	position: relative;
	left: 10px;
	top: 3px;
	width: 95%;
}
a:hover {
	color: #F00;
}
.menu a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.menu a:hover {
	color: #F00;
	font-size: 18px;
}
.header {
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	font-size: 36px;
	color: #333;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	text-align: center;	
}
.side_menu {
	font-size: 14px;
	background-image: url(menu1.png);
	background-repeat: no-repeat;
}
.side_menu a {
	font-weight: normal;
	color: #2D2D2D;
}
.side_menu a:hover {
	color: #000000;
	text-decoration: underline;
}
.text {
	background-image: url(text_bg.png);
	background-repeat: no-repeat;
}
