h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: larger;
	color: #4169E1;
}
h1.norm {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #4169E1;
}
h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
	color: #4169E1;
}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Blue;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #8A2BE2;
}

a:link {COLOR: #0000CD;
  font-weight: bold;
	 TEXT-DECORATION: none
}
a:visited {COLOR: #0000CD;
  font-weight: bold;
	 TEXT-DECORATION: none}
a:hover {
  font-weight: bold;
	COLOR: Red; 
	text-decoration: none
}