a:link, a:visited, a:active
{
	text-decoration: underline;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
}
h1
{
	color: rgb(102,51,153);
	font-size: 16pt;
	font-weight: bold;
	text-align: center;	
}
h2
{
	font-style: italic;
	font-size: 12pt;		
	text-align: center;
}
h3
{
	 color: rgb(102,51,153);
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
}
h4
{
	color: rgb(102,51,153);
}
h5
{
	color: rgb(255,102,153);
}
h6
{
	color: rgb(51,153,102);
}
