html,body{
	margin:0;
	padding:0;
}

body {
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	scrollbar-base-color:#3366FF;
}

#container
{
	width: 100%;
	margin: auto;
}

div#menu{
	float:left;
	width:200px;
}

div#content{
	margin-left: 200px;
}

table {
	border-color: #0066FF;
}
td {
	font-size: 18px;
	border-color: #0066FF;
}
input.blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	background-color: #000000; 
	border: 2px solid #3366FF;
	color: #FFFFFF;
}
textarea.blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	background-color: #000000; 
	border: 2px solid #3366FF;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #3366FF;
}
a:active {
	color: #3366FF;
}
#no_line a {
	color:#FFFFFF;
	text-decoration: none;
}
#no_line a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#no_line a:hover {
	color:#3366FF;
	text-decoration: none;
}
#no_line a:active {
	color:#3366FF;
	text-decoration: none;
}
hr {
	color: #0066FF;
	text-align:left
}
.font09 {
	font-size: 09px;
}
.font10 {
	font-size: 10px;
}
.font12 {
	font-size: 12px;
}
.font36 {
	font-size: 36px;
}
.font48 {
	font-size: 48px;
}
.font18 {
	font-size: 18px;
}
.font24 {
	font-size: 24px;
}
.font16 {
	font-size: 16px;
}