@charset "utf-8";

body {
background-color: #641836;
background-image: url("background.jpg");
margin-top: 20px;
margin-right: 5px;
margin-left: 5px;
margin-bottom: 5px;

}

.main_table {
border-color: #e14c8c;
border-width: 5px;
border-style: solid;
}

.menu {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	background-color: #e14c8c;
	height: 25px;
}

.menu:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
}

.menu_slash {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	background-color: #e14c8c;
	height: 25px;
}

.maintext {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-align: left;
	text-decoration: none;
}

.maintext2 {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-align: left;
	text-decoration: none;
}
.maintext2:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #641836;
	text-align: left;
	text-decoration: underline;
}

.main_columns {
	border-color: #641836;
	border-width: 2px;
	border-style: solid;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	width: 100%;
	
}