A  {
text-decoration : none;
color : Blue;
}

A.anker
{color: black;}

A:Visited  {}

A:Active  {}

A:Hover  {
color : Red;
}

h1 {
font-size:16pt;
font-weight:bold;
}

h2 {
font-size:14pt;
font-weight:bold;
}

body {
background-color: #C7EFFC;
}

td {
font-family:sans-serif;

font-size:10pt;
}

table { border: 0px; }

table.content { border: 0px; margin-bottom: 5px; padding: 0px; }
table.head    { border: 0px; margin: 1px 0px 5px; padding: 0px; }
table.info    { border: 0px; margin: 1px 0px 5px; padding: 0px; }
table.panel   { width: 150px; border-color: #4D4D62; margin-bottom: 5px; }

th {
   font-size: 13px;
}
td {
   font-size: 12px;
}

th.head {
   border: 1px solid #4583C0; background-color:lightgray;
}
td.head {
   font-weight: bold;
}

th.info   { }
td.info   { }

th.header { font-weight: bold; }
td.header { font-size: 9px; }

td.left   { background-color:lightgreen; }
td.right  { }


td.odd    { }
td.even   { }

td.center { }
td.top    { }
td.bottom { }

table.quote {
   border: 1px solid #4D4D62;
}

td.quote {
   padding: 3px;
   border-top: 1px dashed #4D4D62;
}
legend {
   border: 1px solid #999;
   font-family: Verdana, Arial, sans-serif;
   font-size: 15px;
   font-weight: bold;
   padding: 2px;
}
