.leftcolumn {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	background-color: #FEF31B;
	font-weight: bolder;
}
.rightcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
body {
	background-color: #070200;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #000000;
}

.leftcolumn a:link {
	color: #000000;
	text-decoration: none;
}
.leftcolumn a:visited {
	color: #000000;
}
.leftcolumn a:hover {
	text-decoration: none;
	font-weight: bolder;
	color: #FF0000;
}
.leftcolumn a:active {
	color: #CC6600;
	text-decoration: underline;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

.rightcolumn a:link {
	color: #FF3300;
	text-decoration: underline;
	font-size: 14px;
}
.rightcolumn a:visited {
	color: #FF3300;
	text-decoration: underline;
}
.rightcolumn a:hover {
	color: #CC0000;
	text-decoration: none;
}
.rightcolumn a:active {
	color: #FFCC00;
	text-decoration: underline;
}

