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

body {
	background-color:#000000;
	font-family:"Courier New", Courier, monospace;
	color: #FFFFFF;
}
.style1 {
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px dashed #fff;
}

.style1 a{
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
}

.style1 a:hover{
	font-family: "Courier New", Courier, monospace;
	color: #00CC00;
	font-weight: bold;
	font-size: 12px;
}

.divide {
border-bottom: 1px dotted #fff;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 18px;
}

.style2 a{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	text-decoration:none;
}

.style2 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3300;
	font-weight: bold;
	font-size: 18px;
}

.textmain {
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	padding-bottom:5px;
	border-bottom: 1px dashed #fff;
}

.textmainbody {
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	font-size: 12px;
}

.noshow{
color:#000000;
text-decoration:none;
}

.noshow a{
color:#000000;
text-decoration:none;
}

.noshow a:link{
color:#000000;
text-decoration:none;
}

