﻿a:link
{
	border: 1;
	color: rgb(0,51,204);
}
a:visited
{
	color: rgb(51,153,102); 
} 
a:active 
{
	color: rgb(255,153,0);
}
body
{
	font-family: Arial, Helvetica;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial Rounded MT Bold, Arial, Helvetica;
}
p
{
	font-family: Arial, Helvetica, sans-serif;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
}
.smallheading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
}
.largeheading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-large;	
}
