body  
{ margin: 0px;
}

A {	
	text-decoration: none;
	color:#FFFFFF;
	}
	
	A:hover 
	{
		color:#EC4FE3;
	}
	
	A.one
	{
	color:#FFFFFF;
	}
	
	A.one:Hover
	{
	color:#F684F8;
	}	

	A.two
	{
	color:#FFFFFF;
	}
	
	A.two:Hover
	{
	color:#EC4FE3;
	}	

.standard
{
	font-family: arial,helvetica,sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	line-height: 13px;
	letter-spacing: -0.03em;
	}
	
.titles
{
	font-family: arial,helvetica,sans-serif;
	font-size: 9px;
	color: #D7B9F0;
	line-height: 13px;
	letter-spacing: -0.03em;
	}

	
table.forumform {
	border-collapse: separate;
	border-style: none;
	border-width: 0;
	padding: 4;
}

td.forumform {
	font-family: arial,helvetica,sans-serif; 
	line-height: 13px;
	letter-spacing: -0.03em;	
	color: #ffffff;
	font-size: 9px; 
	border-style: none;
	padding: 2;
}

td.paddedform {
	font-family: arial,helvetica,sans-serif; 
	line-height: 13px;
	letter-spacing: -0.03em;
	color: #ffffff;
	font-size: 9px; 
	border-style: none;
	padding: 10;
}

input.ftext {
	font-family: arial,helvetica,sans-serif; 
	font-size: 9px; 
	line-height: 13px;
	letter-spacing: -0.03em;	
	color: #DA97EB;
	background-color: #000000;
	border-color: #DA97EB;
	border-style: solid;
	border-width: 1;
	width: 200;
}

input.fsubmit {
	font-family: arial,helvetica,sans-serif; 
	font-size: 9px; 
	color: #000000;	
	background-color: #DA97EB;
	cursor: hand;
	border-color: #000000;
	border-style: none;
	border-width: 0;
	padding: 2, 2, 2, 2;
}

