body
{
	colour: #000000;
	margin: 70px;
	padding: 10px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: transparent;
	color: #000000;
	margin: 12px 6px 6px 0px;

}
h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: transparent;
	margin: 9px 6px 6px 0px;
	font-size: 80%;
	line-height: 150%;
}

.small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: transparent;
	margin: 9px 6px 6px 0px;
	font-size: 70%;
	line-height: 150%;
}

ul	{ margin: 9px 6px 6px 24px; line-height: 140%; font-size: 110%; background: transparent; }
li	{ list-style-type: disc; margin-top: 0px; background: transparent;}
	
a:link
{
	color: #3300FF;
	text-decoration: none;
}
a:active
{
	color: #FFFF00;
	text-decoration: none;
}
a:visited
{
	color: #993333
	text-decoration: none;
}
a:hover
{
	color: #FF9900;
	text-decoration: underline;
}

hr { color: #CCCCCC;}