/*
	CSS for OPML Documents that has been converted to DIVs for
	display in HTML.  joshuaa@netcrucible.com.
*/


.title {
  padding-top: 1em;
  text-align: center;
  font-family: verdana;
  font-weight: bold;
  font-size: 20pt;
}

.byline {
  text-align: center;
  font-family: serif;
  font-weight: normal;
  font-style: italic;
  font-size: 14pt;
}

.contact {
  text-align: center;
  font-family: serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12pt;
}

.contact:hover {
  font-weight:bold;
}

.normal {
  padding-top: 0.3em;
  font-family: serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12pt;
 }

.heading1{
  padding-top: 0.7em;
  font-family: verdana;
  font-weight: bold;
  font-size: 20pt;
}

.heading2{
  padding-left: 0.5em;
  padding-top: 0.7em;
  font-family: verdana;
  font-weight: bold;
  font-style: italic;
  font-size: 18pt;
}

.heading3{
  padding-left: 0.5em;
  padding-top: 0.7em;
  font-family: verdana;
  font-weight: bold;
  font-style: normal;
  font-size: 16pt;
}


.heading4{
  padding-left: 0.5em;
  padding-top: 0.7em;
  font-family: verdana;
  font-weight: bold;
  font-style: italic;
  font-size: 12pt;
}

A:link	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	midnightblue;
	background:	#FFC;
	}	
		
A:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	midnightblue;
	background:	#FFC;
	}	
		
A:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	midnightblue;
	background:	#FC0;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	midnightblue;
	background:	#FC0;
	}	
		
A:offsite	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	midnightblue;
	background:	#FFC;
	}	
