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

body {		background-image: url(img/lightning.jpg);
		background-repeat: repeat; 
		background-attachment: fixed; 
		font-family: "Times New Roman", serif;
		color: #000000; }

.top {		text-align: center;
		color: #FFFFFF}

h1.top {	text-align: center;
		color: #FFFFFF}

a {text-decoration: none}

.content {font-size: 14pt}
div.content a:link {color: #FF0000}
div.content a:visited {color: #FF0000}
div.content a:active {color: #FF0000}

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

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

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

.center {	text-align: center; }

h2.red	{	color: #FF0000; }

.red {		color: #FF0000; }

.blue {		color: #0000FF; }


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

a:hover	{	text-decoration: underline;}

table {		background-color: white; }