body,norm {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 0.9em;
}

/*
A:link, A:visited {
	color:black;
	font-weight: bolder;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

A:link:hover {text-decoration: none; color:#FFFFFF; background:#AAAAAA}
A:visited:hover {text-decoration: none; color:#FFFFFF; font-weight: bolder}
*/
a, a:visited {
	color: #000099;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	-webkit-transition: border-bottom .2s linear;
	-moz-transition: color .2s linear;
	-moz-transition: border-bottom .2s linear;
	border-bottom-color: #B1B1B1;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a:visited:hover, a:link:hover {
	color: #FF0000;
	border-bottom-color: #B1B1B1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: transparent;
}

.PageTitle { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: large; 
	color: black; 
   text-align: Center;
}
