/* a fullpage body without borders */
html, body {
       height:100%;
       /*margin: 0px;
       padding: 0px;*/
       background-color:#dddddd;
       font-size: 14pt;
       font-family: Arial,Helvetica,sans-serif;
}

h1,h2,h3,h4 { font-family:'Times New Roman',Times,Verdana,serif; }
h1 { font-size:20pt; }
h2 { font-size:18pt; }
h3 { font-size:16pt; }
h4 { font-size:14pt; }

p.remark { font-size:smaller; }
div.remark { font-size:smaller; color:#0000aa; }

.tiny { font-size:5pt; }

.red { color:#ff0000; }
.green { color:#00ff00; }
.blue { color:#0000ff; }

/* without this tables are smaller than rest (which is defined above) */
table { font-size:13pt; }

/* the top-table that spans the whole page */ 
table.top { 
       height:100%;
       width: 100%;
       border: 0px;
       margin: 0px;
}
td.top { padding-left:1em; padding-right:1em; }

A:link { color:#d06060; }
A:active { color:#f06060; }
A:hover { color:#00ff00; }
A:visited { color:#b06060; }

.fancy { color:#0000FF;
         font-family: Times, serif; }
