<!--
body {
	background-image: url(http://www.carlos-anderson.com/images/bg_home.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Lucida Console, Monaco, monospace;
	color: #FFF;
	font-size: 12px;
}
a {
	font-size: 14px;
	color: #F60;
}
a:link {
	text-decoration: none;
	border: 0;
}
a:visited {
	text-decoration: none;
	color: #F30;
	border: 0;
}
a:hover {
	text-decoration: underline;
	color: #03F;
	border: 0;
}
a:active {
	text-decoration: none;
	color: #666;
	border: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #666;
}
h2 {
	font-size: 16px;
	color: #999;
}
h3 {
	font-size: 14px;
	color: #CCC;
}
h4 {
	font-size: 12px;
	color: #CCC;
}
h5 {
	font-size: 10px;
	color: #CCC;
}
h6 {
	font-size: 9px;
	color: #F60;
}


