/* CSS Style Sheet for http://home.earthlink.net/~mickelsp/ */

body {
	background-color: black;
	background-image: url("../images/gradient.jpg");
	background-repeat: repeat-x;
	/*background-attachment: fixed; */
	color: white;
	font-style: normal;
	font-size: 15px;
	letter-spacing: 0.5px;
}

a:link		{ color:#0099FF }
a:visited	{ color:#00CC00 }
a:active	{ color:purple }
a:hover		{ color:#FFCCCC }

div.right	{ text-align: right; font-style: italic; }
div.center 	{ text-align: center; }
div.centertable	{ margin-left: 25%; }
div.centersmall	{ text-align: center; font-size: small; }

p.right {text-align: right}
p.center {text-align: center}

h3.header 	{ font-weight: bold; }

td		{ padding: 0.15cm 0.7cm; }