@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
}
.font-big {
 font-family:Verdana, sans-serif;
 font-size:14px; font-weight:bold;
 color:#ff33cc;
}
.font-small {
 font-family:Verdana, sans-serif;
 font-size:10px; font-weight:normal;
 color:#ff33cc;
}
.main {
	font-family:Verdana, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#ff33cc;
}

.white {
	font-family:Verdana, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	line-height: normal;
	height: inherit;
	text-align: left;
	white-space: normal;
	word-spacing: normal;
	display: inline;
}

.align {
 text-align:left;
}
.textarea {
	color:#FD66FF;
	font-family : Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	border : 1px groove #CC99CC;
}
.input {
 background-color:#ffffff;
 color:#000000;
 font-family : Verdana, Helvetica, sans-serif;
 border : 1px groove #CC99CC;
 font-size:12px;
}
.select {
 background-color:#E7C6E8;
 color:#FD66FF;
 font-family : Verdana, Helvetica, sans-serif;
 border : 1px groove #CC99CC;
 font-size:12px;
}

body,td,th {
	font-size: 10%;
	color: #FF33CC;
}
a:link {
	color: #FF33CC;
}
a:visited {
	color: #FF33CC;
}
a:hover {
	color: #FF33CC;
}
a:active {
	color: #FF33CC;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #ff33cc;
}
.button {
 width: 110px;
}

