/* General font settings */
body { background-color: gray; color: black; }
body,div,td,th { font-family: Arial, Helvetica; font-size: 10pt; }

div.page { font-size: 12pt; color: #ffffff; }

/* Standard tags */
div.title { font-size: 26pt; font-weight: bold; align: center; color: #FFFFFF; }
div.h1 { font-size: 18pt; font-weight: bold; color: #FFFFFF; }
div.h2 { font-size: 14pt; font-weight: bold; color: #FFFFFF; }
div.page { color: #cccccc; }
div.notes { font-size: 8pt; }
div.copyright { font-size: 8pt; color: #FFFFFF; }


/* Links */
a { text-decoration: none; color:#0099ff; }
a:hover { color: #cccccc; }

