a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	color: #F00;
	text-decoration: none;
}
a img {
	border: none;
}
body,td,th {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: medium;
	color: #333;
}
h1 {
	font-size: xx-large;
	color: #000;
}
body {
	background-color: #000;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url();
}
h2 {
	font-size: x-large;
	color: #666;
}
h3 {
	font-size: large;
	color: #063;
}
a {
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h4 {
	font-size: small;
	color: #C30;
}
h5 {
	font-size: medium;
	color: #c30;
}
h6 {
	font-size: medium;
	color: #000;
}
#gradient {
	background-color: #333;
	background-attachment: fixed;
	background-image: url(../img/gradient-bkgd.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#shadow {
	background-image: url(../img/page-shdw.png);
	background-repeat: repeat-y;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
#profile a:link {
	color: #C30;
	text-decoration: none;
}
#profile a:hover {
	color: #F00;
	text-decoration: none;
}
