a {
color: black;
}

a:hover {
color: #FF7F00;
}

.skip {
position: absolute;
top: -999em;
width: 1px;
height: 1px;
overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", verdana, sans-serif;
	font-weight: bold;
}

h4, h5 {
margin-bottom: 0;
}

/* used for header image, so margin and padding are 0 */
h1 {
  font-size: 2.5em;
  margin: 0;
  padding: 0;
}
h2 {
  font-size: 2.2em;
}

h3 {
 font-size: 1.7em;
} 
h4 {
 font-size: 1.3em;
}
h5 {
 font-size: 1.1em;
}
h6 {
 font-size: 0.9em;
}

p, table, blockquote, label {
 font-size: 1.1em;
 font-family: "Trebuchet MS", verdana, sans-serif;
 margin-top: 0;
 margin-bottom: 1em;
 line-height: 1.7em; 
 color: #231f20;
} 

ul, ol {
 font-family: "Trebuchet MS", verdana, sans-serif;
 list-style-type: none;
} 

.orange {
color: #FF7F00;
}


