A:LINK, A:VISITED {
	color: #FFFFFF;
	background-color: transparent;
	font-weight: bold;
}

A:HOVER {
	color: #FFFFFF;
	background-color: #FF0000;
	font-weight: bold;
	text-decoration: underline overline;
}

BODY {
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

.nav {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline overline;
	background: #000000;
}

.author {
	color: #CCCCCC;
	background-color: transparent;
	font-weight: bold;
}

.flink {
	color: #000000;
	background-color: transparent;
	font-weight: bold;
}

TD {
	font-size: 12px;
	font-weight: normal;
	float: left;
	filter: alpha(opacity=75);
	opacity: 0.75; 
	background-image: url(images/tbg.gif);
}

H1 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background-image: url(images/h1.jpg);
	background-repeat: no-repeat;
}

H2 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background-image: url(images/h2.jpg);
	background-repeat: no-repeat;
}

H3 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-image: url(images/h3.jpg);
	background-repeat: no-repeat;
}