body{
	margin:0px;
	background-color:#000000;
	
}
.Text1
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
}
.Text2
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F00;
	text-decoration:none;
}
.TextBox1
{
	border:solid;
	border-width:1px;
	border-color:#000;
	background-color:transparent;
	width:180px;
	height:20px;
}
.TextArea1
{
	border:solid;
	border-width:1px;
	border-color:#000;
	background-color:transparent;
	width:300px;
	height:75px;
}
.Button1
{
	border:dashed;
	border-width:1px;
	border-color:#000;
	background-color:transparent;
	width:100px;
	height:20px;
}
a:link
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
}
a:hover
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
}
a:visited
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
}
a:actived
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
}