a:link 
	{
	color: #000000;
	text-decoration: underline;
	}

a:visited 
	{
	text-decoration: underline;
	color: #666666;
	}

a:hover 
	{
	text-decoration: none;
	color: #000000;
	}

a:active 
	{
	text-decoration: underline;
	color: #000000;
	}

.text 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:1.5;
	text-align:left;
	}

.heading 
	{
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.heading_small 
	{
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	}

.rand
	{
	border:2.5pt solid #000000;
	}


