/*the 3 id's below I had to do like this because I could not get title to work on this front page, centred, on both IE and Safari*/

#text {
	
	text-align: left;}

#title
{top: 0px;
	left: 0px;
		text-align: left;
margin-bottom: 25px;}

#shadow
 {left: 2px;
	text-align: left;}


a.internal 
	{
	color: #9cf;
font-weight: bold;
text-decoration: underline;
}

.bluelink a:link 
	{
	color: #9cf;
font-size: 12px;
        font-weight: bold;
	text-decoration: none;
	}
	
	.highlight
	{text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: white;
	}


