/* AFRO Négoces */

body {
scrollbar-face-color: #000000;
scrollbar-highlight-color: #723717;
scrollbar-shadow-color: #FFEFDE;
scrollbar-3dlight-color: #FFEFDE;
scrollbar-arrow-color: #723717;
scrollbar-track-color: #723717;
scrollbar-darkshadow-color: #723717;
}


body
{
background-color: #FFEFDE;
background-image: url(images/afro_bg.gif);
background-position: left top;
background-repeat: repeat;
background-attachment: fixed}
}



/* für Netscape: */
font.verdana {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #723717;
}

td.tabletext {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}

/* normaler Fliestext: */
p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
}

/* normaler Fliestext: */
td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #723717; 
}

/* Überschriften: */
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #000000; 
font-weigt: bold;
}


/* Linkfarben: */
A {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
color: #723717;
font-weight: bold;
}

/* Linkhintergrund bei mouseover */
A:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
color: #FFEFDE;
background-color: #723717;
}

A:active {
color:#000000;
text-decoration: none;
}


/*Seitenränder definieren: */
body {
margin-left: 5px;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
}