body {
	font-family: arial, sans-serif;
}

p {
	font-size: 9pt;
}

h1, h2, h3 {
	color: green;
}


img.floatLeft { 
    float: left; 
}
img.floatRight { 
    float: right; 
}