.errortext {
	font-family: Arial, sans-serif;
	font-size: 80%;	
	font-weight: bold;
	color: red;
}
.mini{
	font-family: Arial, sans-serif;
	font-size: 60%;	
}
.ntext {
	font-family: Arial, sans-serif;
	font-size: 75%;	
}
.htext {
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
.text_highlight {
	background-color: blue;
}

	A:Link		{color: #d9d9ff; font-size: 100%;; text-decoration: none; font-weight: bold;}
	A:Visited 	{color: #d9d9ff; font-size: 100%;; text-decoration: none; font-weight: bold;}
	A:Active  	{color: #d9d9ff; font-size: 100%;; text-decoration: none; font-weight: bold;}
	A:Hover  	{color: #FFFFFF; font-size: 100%;; text-decoration: underline; font-weight: bold;}
