/* CSS for Main, Achim Stößer, Feb  2003 *****************************************/


/* body */

body {}

/* font types */

body,table,th,td,p{}

/* links */

A {text-decoration:none;}
A:link {color:#00ffc0;}
A:visited {color:#00ffc0;}
A:active {color:#003291;background-color:#00ffc0}
A:hover {color:#003291;background-color:#00ffc0;}

/* tables */

table {}
th {font-family:Verdana;font-weight:normal;background-color:#003291;font-size:12px;text-align:left;vertical-align:center;border-style:solid;border-width:1px;border-color:#ffffff; padding:1px;}
td {}
