/* Hier kommen die Effekte für alle Links her */


a:link
{
color : #000000;
text-decoration : none; 
font-style : normal;

}

a:visited
{
color : #000000;
text-decoration : none;
font-style : normal;
}

a:hover
{
color : #000000;
text-decoration : none;
font-style : normal;
border-bottom-style : solid;
}

a:active
{

text-decoration : none;
border-bottom-style : none;
}



/* Schriftarten */
p, ul, ol, li, td, tr, h1, h2, h3, h4, h5, h6 { font-family : Comic Sans MS, Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif; }

/* Schrifgrößen und Zeilenabstände */
p, ul, ol, li, td, tr { font-size : 14px; line-height : 18px; margin : 6px 0px 6px 0px; }
