body { background : #fff;
 font-family : arial, helvetica, sans-serif;
 font-size: 12px;
 font-color: #aaa;
 margin: 0px; 
 padding: 0px;
 }

/* links */
a { color : #0000FF; text-decoration : underline; }
a:hover { color: #FF0000; text-decoration : underline; }

a.nounderline { color : #0000FF; text-decoration : none; }
a.nounderline:hover { color: #FF0000; text-decoration : underline; }

/* standard markup */
p { text-align: justify; margin-top: 3px; margin-bottom: 15px; }
h1 { font-size: 14px; margin: 0px; font-weight: bold; }
h2 { font-size: 14px; margin: 0px; font-weight: bold; }

.img { width: 300px; height: 215px; border: 1px solid #000; }

tr { font-size: 12px; }

li { margin-bottom: 10px; }
