BODY {
	color : "Black";
	background-color : BBBBBB;
	font-family : "Times New Roman", Times, serif;
}

H1 {
	font-family : "Chiller", Courier, monospace;
}

H2, legend {
	font-family : "Chiller", Courier, monospace;
	color : Black;
	font-size : x-large;
}

H3 {
	font-family : "Chiller", Courier, monospace;
	color : Black;
	font-weight : normal;
	font-size : larger;
}

H4 {
	font-family : "Chiller", Courier, monospace;
	color : Black;
	font-weight : normal;
	font-size : large;
	text-decoration : underline;
}

A {
	color : #333333;
       	font-family : "Chiller", Courier, monospace;
}

A:HOVER {
	color : #FF9900;
}

V {
	color : Black;
}


fieldset {
	border : thick double;
	border-color : #663366;
	text-align : left;
	padding : 8;
}

.left {
	position : absolute;
	width : 25%;
	margin-left : 5px;
}

.right {
	margin-left : 30%;
	margin-right : 10%;
}

.float {
	float : right;
	width : 47%;
	padding : 4;
	background-color : CCCCDD;
	margin : 1%
}

.end {
	position : absolute;
	margin-bottom : 5px;
}