BODY {
	color: #000000;
	background: #FFFFFF;
	font-family: "Times New Roman", serif;
	font-size: 12pt;
}

A:link { color: #ff0000;	background-color: transparent; }
A:visited { color: #9900CC; 	background-color: transparent; }
A:active { color: #0000FF;	background-color: transparent; }

H1 {
	font-size: 200%;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

BIG {
	font-family: "Lucida Calligraphy", fantasy;
	font-size: larger;
	color: #0000ff;
	background-color: transparent;

}

STRONG {
	background-color: lime;
	color: black;
	font-weight: bold;
}

.floatright {
	float: right;
}
