H1 {font-family: Arial Rounded MT Bold, arial, helvetica, sans-serif; color:#800080 }

H2, H3, UL, P
{
	font-family: Century Gothic, arial, helvetica, sans-serif;
	color: black;
}

H2, H3, P
{
	text-indent:10;
}

UL
{
	text-indent:0;
	margin-left:60;
}


H1 {font-size:xx-large; text-align:center}
H2 {font-size:large; text-align:center}
H3 {font-size:medium}

P.indent {margin-left:100; text-indent:0}
P.centre {text-align:center}
P.left {text-align:left}
P.label {font-weight:bold}
P.header {text-align:left; position:absolute; top:0px; left:0px }
P.footer {text-align:left; position:absolute; bottom:0px; left:0px }

html, body
{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background:white
}


A {color:#800080; text-decoration:none; font-weight:bold}
A.navbar {color:white; background:#606060}
A.navbar:hover {color:800080}
A:active {color:#000050}
A:hover {color:#000050}
a img {border: none; } 


#main {
	position: relative;
	min-height: 100%;
}

* html #main
{
	height: 100%;
}

#footer
{
	position: relative;
	margin-top: -37px;
} 

