﻿/* Pretty simple stylesheet for CSS: adjust font-family, color, background-color to taste */

#promo h1,h2,h3,h4,h5,h6 {
	margin-top: 0.5em;
	margin-bottom: 0.1em;
	font-family: Verdana;
	color: #000000;
}
#promo h1{
font-size: 18px;
}
#promo h2{
font-size: 16px;
}
#promo h3{
font-size: 14px;
}
#promo h4{
font-size: 12px;
}
#promo h5{
font-size: 10px;
}
#promo h6{
font-size: 8px;
}
#promo a {
color: #336699;
text-decoration: none;
}
#promo a:hover{
	text-decoration: underline;
	color: #006699;
}
#promo pre, code {
color:black; 
font-size:8pt}
#promo p {
margin-top:.1em; 
margin-bottom:.7em}
#promo blockquote {
border: 1px #000080 solid;
padding: 10px;
}
#promo ul {
list-style-type: square
}
#promo li {
margin-bottom:.3em}
#promo hr {
	color: #006699;
	background-color: #CCCCCC}

/* Public domain: found at http://www.unverse.net/whizzery/simple.css */
