/***********
  Headings and text
***********/
h1 {
  font-size: 16px;
  color: #333;
  padding: 3px 0 3px 0;
}

h2 {
  font-size: 14px;
  color: #333;
  padding: 3px 0 3px 0;
}
  
h3 {
  font-size: 12px;
  color: #333;
  padding: 3px 0 3px 0;
  font-weight: bold;
}

p {
  padding: 0 3px 1em 3px;
  line-height: 1.4em; 
}

/***********
  Lists
***********/
ul {
  list-style-position: outside; 
  list-style-type: disc;
  margin: 0 0 18px 2em;
}

/***********
  Links
***********/
a:link { /* unvisited link */
  color: #333; 
  text-decoration: underline;
}     
a:visited { /* visited link */
  color: #333; 
  text-decoration: underline;
}  
a:hover { /* mouse over link */
  color: #999; 
  text-decoration: underline;
}

a:focus { 
  -moz-outline-style: none;
}

/***********
  Misc
***********/
.note {
	font-size: 9px;
	line-height: 1.2em;
	margin-top: 0.5em;
}

.footnote_marker {
	color: red;
}

