BODY {
	background-image : url(images/bg.jpg);
	background-attachment : fixed;
	background-repeat : repeat;
}



td {
	background-color : White;
	background-position : center;
	background-repeat : no-repeat;
	color : Black;
	background-image : none;
	background : transparent fixed;
	background-attachment : fixed;
}

 
A {
	color: #2E2E2E;
	text-decoration : none;
	font : sans-serif;
	font-size : 15px;
	font-style : normal;
	font-family : serif;
	font-weight : 500;
	background-image : none;
	background-color : transparent;
}

A:Hover {
	color: Gray;
	font-size : 15px;
	background-image : none;
	background-color : transparent;
}

A:Active {
	color: Silver;
	font-size : 15px;
	background-image : none;
	background-color : transparent;
}

H1, H2, H3, H4 { 
	font-variant: small-caps;
	background-color: black;
	color: white; 
	padding: 4px;
	width: 100%;
}
text {
	color: Black;
	font-size : xx-small;
	font-family : serif;
	text-align : left;
}