A:link {
	text-decoration: underline;
	font-family: arial;
	color: blue;
}

A:visited {
  text-decoration: underline;
	font-family: arial;
	color: blue;
}

A:active {
  text-decoration: underline;
	font-family: arial;
	color: blue;
}

A:hover {
  text-decoration: none;
	font-family: arial;;
	color: navy;
}
	
.error {
	color:#ff0000;
}

#description {
	margin-top:10px;
}

.bar {
	background-color:#5192CA;
}

.qtitle {
  font-family: comic sans ms;
	font-size: 16pt;
	color: black;
}
	
.qtext {
  font-family: arial;
	font-size: 12pt;
	color: black;
}
	
#header_menu A {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

