BODY {
	background: #ffffff;
	color : #666666;
	font-family : Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 5% 10% 10% 10%;
	line-height: 150%;
	font-size: 85%;
}

H1 {
	font-size: 130%;
	padding: 3% 0% 0% 0%;
}

H2 {
	font-size: 120%;
	padding: 3% 0% 0% 0%;
}

H3 {
	font-size: 110%;
	padding: 3% 0% 0% 0%;
}

A {
	color: #3333cc;
	font-weight: bold;
}

A:Hover {
	color: #cc0033;
}

HR {
	height: 1pt;
	color : #aaaaaa;
}

.big {
	font-size: 140%;
	line-height: 100%;
	padding: 0% 0% 0% 0%;
}

.huge {
	font-size: 260%;
	line-height: 100%;
	padding: 0% 0% 0% 0%;
}

.nothuge {
	font-size: 80%;
}