BODY {
	background-color : #000;
	font-family : sans-serif;
	font-style : normal;
	color : #F70;
	text-align : justify;
}
P:first-letter {
	font-size: 130%;
}
A:LINK, A:VISITED, A:ACTIVE {
        background-color : #000;
        font-family : sans-serif;
        font-style : normal;
        color : #F70;
}
A:LINK:hover, A:VISITED:hover, A:ACTIVE:hover{
        background-color : #B30;
}

A:LINK.alertlink, A:VISITED.alertlink, A:ACTIVE.alertlink {
	background-color : #003;
	color: #F97;
	font-weight : bold;
}
.alertbox{
	border : thin solid #eee;
	background-color : #003;
	color: #F86;
	padding : 1% 1% 1% 1%;
}

#top {
	text-align : center;
	font-weight : bold;
	font-size : larger;
	padding-bottom : 10px;
}
H2 {
	text-align : center;
	font-weight : bold;
	padding-bottom : 3px;
	text-decoration : underline;
}

UL {
	list-style-image : url(/bullet.gif);
	list-style-position : inside;
}
UL:bullet{
	vertical-align : baseline;
}
LI{
	vertical-align : text-top;
}
DD{
	padding-bottom: 2px;
}
DT{
	padding-bottom: 4px;
}

.main1 {
	text-align : left;
	width : 21%;
	position: absolute;
	left: 2%;
	height : auto;
}
.main1hid {
	text-align : left;
	width : 21%;
	position: absolute;
	left: 2%;
	height : auto;
	display: none;
}
.main2 {
	text-align : justify;
	width : 50%;
	position: absolute;
	left: 25%;
	height : auto;
}
.main3 {
	text-align : right;
	width : 21%;
	position: absolute;
	left: 77%;
}

body>div.main1 { position: fixed }
body>div.main3{ position: fixed }

INPUT {
	    background-color : #000;
        font-family : sans-serif;
        font-style : normal;
        color : #F70;
}
.hidden{
	color : #000;
	font-family : serif;
	font-size: 14px;
	background : #000;
	white-space : nowrap;
	text-decoration : none;
	text-align : center;
	visibility : hidden;
}
A:LINK.hidden, A:VISITED.hidden, A:ACTIVE.hidden{
	color : #000;
	font-family : serif;
	font-size: 14px;
	background : #000;
	white-space : nowrap;
	text-decoration : none;
	text-align : center;
	visibility : hidden;
}
#mainpic{
	float : left;
	margin-bottom : 10px;
	margin-right : 10px;
}
