/* decaturpc default style */
/* http://decaturpc.com */



/* basic elements */
body {             
        text-align:center;
        margin:0px;
	color:#000;
	font-family:Times New Roman,Segoe,sans-serif;
	background-color:#000;
	font-size:80%;
}

p {
	text-align:left;
}

table.nospace {
	border-collapse:collapse;
	border-spacing:0px;
	padding:0px;
}

a:link { 
	font-weight: bold; 
	text-decoration: none;
	color:#fff;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #fff;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #000;
	}



.links a:link { 
	font-weight: bold; 
	text-decoration: none;
	color:#000;
	}

.links a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000;
	}
.links a:hover, a:active { 
	text-decoration: none; 
	color: #fff;
	}

#describe {
	width:734px;
	float:right;
	text-align:right;
	border:0px solid green;
}