.style1 {color: #FF0000}

table {
	background-image: url(images/cmt_bg5.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: medium;
}
h3 {
	color: #bd8225;
}
h4 {
	color: #bd8225;
}

body {
	background-color: #1e1e1e;
}
h2 {
	font-size: x-large;
	color: #bd8225;
}


body a:link {
	text-decoration: none;
	color: #bd8225;
}


body a:visited {
	text-decoration: none;
	color: #bd8225;
}

body a:active {
	text-decoration: none;
	color: #FF0000;
}

body a:hover {
	text-decoration: underline;
	color: #ffffff;
}


