#text table a{
	color: #000;	
}

#text table a:hover{
	color: #000;
	background: none;
}

/********************************
Form Stuff
*********************************/
.error{
color: red;
}

form fieldset{
position: static;
left: 0;
width: auto;
border: 1px solid #878;
background-color: #dcd;
}

form fieldset legend{
border: 1px solid #000;
margin-left: 1em;
font-size: 1.2em;
padding: 1px 5px;
color: #fff;
background-color: #2f2149;
}

form fieldset ol{
list-style: none;
}

#text form fieldset li{
clear: both;
padding: 0.5em;
list-style: none;
margin-left: 0;
}

form fieldset label{
padding: 3px;
}

/*********************************
Tables
**********************************/
table.border{
border: 1px solid #000;
border-collapse: collapse;
}

td, th{
padding: 3px;
}

th{
background-color: #2f2149;
color: #fff;
}

tr.color{
background-color: #dcd;
}

/*********************************
Heading
**********************************/
h2{
margin-bottom: 1em;
}

