﻿Body { 
color : #333; 
} 
Table { 
line-height : 120%; 
font-size : 10pt; 
font-family : verdana, sans-serif; 
} 
h1 {
	line-height:120%;
	margin-top:2px
}
h3 {
	white-space:normal;
	margin-top:2px;
	margin-bottom:2px;
	line-height:180%;
}

H4 {
	padding: 0px;
	margin: 0px;
	line-height : 150%;
	font-size : 10pt;
	font-family : verdana, arial, sans-serif;
} 
H5 {
margin-bottom: 0;
margin-top:0;
font-size : 10pt; 
font-family : verdana, arial, sans-serif; 
}
P {
	line-height : 120%;
	font-size : 10pt;
	font-family : verdana, arial, sans-serif;
	margin-top: 1px;
} 
a:link { 
color : #000000; 
text-decoration : underline; 
} 
a:active { 
color : #000000; 
text-decoration : underline; 
} 
a:visited { 
color : #000000; 
text-decoration : underline; 
} 
a:hover { 
color : #ff0000; 
text-decoration : none; 
}