/* CSS Document */

body	
		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 12px;
		color: #666;
		}
		
.pageHead	{
		font-size:16px;
		font-weight:bold;
		color:#ab1fc4;
		}
		
.previous	{	
			font-size: 10px;
			}
			
A:link {
        color: #ab1fc4;
		background-color:transparent;
		text-decoration: underline;
		font-weight:bold;
}

A:visited { 
        color: #ab1fc4;
		background-color:transparent;
		text-decoration: none;
		font-weight:bold;
}

A:hover {
		color: #ab1fc4;
		background-color:transparent;
		text-decoration: underline;
		font-weight: bold;
}

A:active {
		color: #ab1fc4;
		background-color:transparent;
		text-decoration: none;
		font-weight: bold;