@charset "utf-8";
.page_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	
	}

a:link {
	color: #99CC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #99CC00;

}
a:hover {
	color: #99CC00;
}
a:active {
	text-decoration: none;
}


.menu_text_style {
	font-size: 15px;
	font-weight: bold;
	cursor:pointer;
	cursor:hand;
	color:#FFFFFF;
	text-decoration:none;
}

.big_title{
	font-size: 50px;
	font-weight: bold;
	color:#FFFFFF;
}
