

/*Körper beginnt ganz oben links*/

body {margin-top:40px; background-color:#ffffc3;

}

/*Schriftarten*/

p,td,h3,ol,ul {font-family:Verdana,sans-serif;}

/*Schriftgrößen*/

h3 { font-size:16px; }
p,td,ol,ul { color:#300000; font-size:12px;}
h1,h2,ul,ol {color:#300000;}

/*Schriftausrichtung*/
h1,h2,h3,p,pre,ul,ol,blockquote,table {margin-left:80px; margin-top:2px; margin-right:80px;}

/*Farben für Links*/
a:link { color:#c60000; text-decoration:none;}
a:visited { color:#490d60; text-decoration:none;}
a:hover { color:#c60000; text-decoration:none; font-weight:bold;}
a:active { color:#c60000; text-decoration:none; font-weight:bold;}
a:focus { color:#Fc60000; font-weight:bold;}