body {
	font-family: arial, helvetica, san-serif;
	color: #eceeff;
	background: #001033;
}

.question {
	font-family: arial, helvetica, san-serif;
	font-style: italic;
	color: #ffff00;
}

h1, h2, h3, h4 {
	color: #ffff00;
}

table {
	border: 1;
	border-spacing: 0;
}

td {
	padding: 2;
}

A:link {
	color: #ffdddd;
	text-decoration: none;
}

A:visited {
	color: #ffdddd;
	text-decoration: none;
}

A:hover {
	color: white;
	text-decoration: underline;
}
A:hover.nolink {
	color: #cceeff;
	text-decoration: none;
}

.imagecapleft200 {
	float: left;
	width: 200px;
	margin: 0 10px 0 0;
	font-family: arial, helvetica, san-serif;
	font-size: 10pt;
	text-align: center;
	color: #eeee44;
}

.imagecapleft250 {
	float: left;
	width: 250px;
	margin: 0 10px 0 0;
	font-family: arial, helvetica, san-serif;
	font-size: 10pt;
	text-align: center;
	color: #eeee44;
}

.imagecapleft300 {
	float: left;
	width: 300px;
	margin: 0 10px 0 0;
	font-family: arial, helvetica, san-serif;
	font-size: 10pt;
	text-align: center;
	color: #eeee44;
}

.imagecapright200 {
	float: right;
	width: 200px;
	margin: 0 0 0 10px;
	font-family: arial, helvetica, san-serif;
	font-size: 10pt;
	text-align: center;
	color: #eeee44;
}

.imagecapright250 {
	float: right;
	width: 250px;
	margin: 0 0 0 10px;
	font-family: arial, helvetica, san-serif;
	font-size: 10pt;
	text-align: center;
	color: #eeee44;
}

.imagecapright188 {
	float: right;
	width: 188px;
	margin: 0 0 0 10px;
	font-family: arial, helvetica, san-serif;
	font-size: 10pt;
	text-align: center;
	color: #eeee44;
}

.imagecapright300 {
	float: right;
	width: 300px;
	margin: 0 0 0 10px;
	font-family: arial, helvetica, san-serif;
	font-size: 10pt;
	text-align: center;
	color: #eeee44;
}

.adblockright200 {
	float: right;
	width: 200px;
	margin: 0 0 0 10px;
	font-family: arial, helvetica, san-serif;
	font-size: 10pt;
	text-align: center;
	color: #eeee44;
}

.textA {
	color: #99ff99;
}
.textB {
	color: #ff9999;
}

.alert {
        font-size: 10pt;
        color: white;
        border-style: solid;
        border-width: thin;
        margin: 5 0 5 0;
        padding: 5 5 5 5;
}


