Maike: Stylesheets

Beitrag lesen

natürlich steht hier überall davor .font
sorry, aber hatte grade was ausprobiert und das falsche hier hin kopiert...

contentSmall  {
 font-size : 8px;
 font-family : Arial;
 text-decoration : none;
 color : #000000;
}

contentSmall a:link  {
 font-size : 8px;
 font-family : Arial;
 text-decoration : none;
 font-weight : bold;
 color : #000000;
 line-height : 11px;
}

contentSmall a:visited  {
 font-size : 8px;
 font-family : Arial;
 text-decoration : none;
 font-weight : bold;
 color : #000000;
 line-height : 11px;
}

contentSmall a:hover  {
 font-size : 8px;
 font-family : Arial;
 text-decoration : underline;
 font-weight : bold;
 color : #364152;
 line-height : 11px;
}

contentSmall a:active {
 font-size : 8px;
 font-family : Arial;
 text-decoration : none;
 font-weight : bold;
 color : #364152;
 line-height : 11px;
}