body      { background-image: url(img/mar.jpg); }
a:link    { text-decoration: none;      color: blue; }
a:visited { text-decoration: none;      color: #000080; }
a:hover   { text-decoration: underline; color: red; }
a:active  { text-decoration: underline; color: green; }
a.pie:link    { text-decoration: none;      color: white; }
a.pie:visited { text-decoration: none;      color: #CCCCCC; }
a.pie:hover   { text-decoration: underline; color: yellow; }
a.pie:active  { text-decoration: underline; color: green; }
p, td, th, input, textarea { font-family: Verdana, Arial; font-size: 10pt; }
h1 { font-family: Verdana, Arial; font-size: 20px; color: #800000; }
h2 { font-family: Verdana, Arial; font-size: 16px; color: red; text-align: center; }