﻿.contentTitle{
	font-family: "Trebuchet MS";
	color:#1f2f6c;
	font-size:16px;	
	}	
.error{
	color:red;
	}
.message
{
	color:#1f2f6c;
	}	
	
.specialWord
{
	color:#689866;
	font-size:15px;
	font-weight: bold;
}	
		
	
.navigation{
	color:#505050;
	font-weight: bold;
	}	
		
a:link {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#1f2f6c;
}

a:visited {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#1f2f6c;

}
a:active {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#1f2f6c;
}
a:hover {
	text-decoration: underline;
	font-family: "Trebuchet MS";
	font-size:12px;	
	color:#1f2f6c;	
}