/* CSS Document */

/* default font size*/
@import url(small.css);

/* Netscape 4 safe font sizes */
body, div, p, th, td, li, dd {
	font-family:verdana, "Gill Sans", arial, sans-serif;
  	font-size: 11px;
}

h1 {
  font-size: 120%;
  font-weight: bold;
}

h2 {
  font-size: 110%;
  font-weight: bold;
}
h3{
  font-size: 100%;
  font-weight:bold;
  color: #773703;
  text-decoration:none;
  margin-left:0px;
  padding-left:0px;
  
}