body {  
  background: #F1F1F1;
  font-family: "verdana",sans-serif;
	color:#333;
	font-family:"verdana",sans-serif;
	font-size:70%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:160%;
}

/*
 * Links.
 */
a {
  color: #333333;
  text-decoration: none;
}

a:link,
a:visited {
  color: #333333;
  text-decoration: none;
}  

a:hover,
a:active {
  text-decoration: underline;
}

a:hover {
  color: #FA9706;
  text-decoration: underline;
}

a:active, a.active {
  color: #FA9706;
}


#page-title {
  color: #B11B0A;
  font-weight: bold;
  font-size: 130%;
}


