/*  CSS Written by Chris Beasley chris@beasleybiz.com	*/

body {		background-image: url(http://www.beasleybiz.com/images/circuit.gif);
		background-repeat: repeat; 
		background-attachment: fixed; 
		font-family: "Comic Sans MS", sans-serif; }

table {		background-color: white; }

h1 {		text-align: center; 
		color: #FF0000; 
		font-weight: bold; }

h2 {		text-align: center; 
		color: #FF0000; 
		font-weight: bold; }

h3 {		text-align: center; 
		color: #000000; 
		font-weight: bold; }

.center {	text-align: center; }

.sidebar {	font-size: large; 
		color: #FF0000; 
		text-align: center; }

.sidebar a {	text-decoration: none; }

.sign  {	text-align: left;
		font-family: "Times New Roman", serif;
		font-size: x-small; 
		font-weight: 800; }

.sign a {	text-decoration: none; }

.cpanel {	text-align: right;
		font-family: "Times New Roman", serif;
		font-size: x-small; 
		font-weight: 800; }

.cpanel a {	text-decoration: none; }

p.left {	text-align: left;
		text-indent: +10%; }

a:hover	{	text-decoration: underline;
		color: blue; }

.whitebg {	background-color: white; }

.small {	font-size: x-small}

.blue {		color: #0000FF;
		font-size: large;
		text-align: center;}

.black {	color: #000000;
		font-size: large;
		text-align: center;}
