

	BODY { background: #000000 }
	BODY { font-size: 10pt }
	BODY { color: #dddddd   }              /* natural language */
	BODY { font-family: tahoma, helvetica, sans-serif }

	h1,h2,h3,h4,h5,h6 { color: #DD0000   }
	h1,h2,h3,h4,h5,h6 { font-family: tahoma, helvetica, sans-serif }


	A:link, A:visited, A:active { text-decoration: none }
	A:link { color: #FF0000 }       /* unvisited link */
	A:visited { color: #DD0000 }   /* visited links */
	A:active { color: #CC6600 }    /* active links */
	A:hover   { color: #FF6600 }
	A: { font-family: tahoma, helvetica, sans-serif }

	TD { font-size: 10pt }
	TD { font-family: tahoma, helvetica, sans-serif }
	TD { color: #dddddd   }


img {
    padding: 0;
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}