/* CSS Document */

.quote { margin-right: 24px; margin-left: 24px }
.red { }
.text { color: #de0000; font-weight: bold; font-size: 14px; text-align: center }

h1 { 
	color: #de0000; 
	font-weight: bold; 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0 0 0;
}

p { 
	font-size: 12px;
	line-height: 1.3em; 
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px; 
	padding-top: 0px;
 }
 
p.head {
	font-size: 11px;
}

a { color: #de0000; font-weight: bold; text-decoration: none; }
a:active { color: #99cc99; text-decoration: underline; }
a:hover { color: #de0000; text-decoration: underline; }
a:link { color: #de0000; }
a:visited { color: #4b4b00; text-decoration: underline; }

