/* CSS-Datei fuer MIM-Contactbroker */


/* Randabstand, Hintergrundfarbe, Standard-Schrift-Farbe */
body
{
margin-top:30px;
margin-left:60px;
margin-right:60px;
background-color:#CCFFCC;
font-family:Arial;color:#006633;
}


/* Links  */
A
{
text-decoration: underline;
color:#000000;
}


/* Linkfarbe beim Ueberfahren mit der Maus (nur IE) */
A:hover
{
color:#0000FF;
}


/* sehr kleine Schrift */
kbd.klein
{
font-size:8pt;
}

/* mittelgrosse Schrift */
kbd.mittel
{
font-size:12pt;
}

