/* stylesheet for afghanistan-institut.ch */

body {
  background-color:#999999;
  font-size:12px;
  color:white;
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  color:orange;
  font-size:16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

h2 {
  color:white;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight: bold;
  /* font-style: italic */
}

div {
  color:white;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  margin:5px 5px 5px 5px;
}

font {color:white;font-family: Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold;}
font.orange {color:orange;}
font.yellow{color:#FFDE00;}


/* --- LINKS ---------------------------------------------------------------- */

a:link {
  text-decoration:none;
  font-weight:bold;
  color:#FFDE00;
}

a:language {
  text-decoration:none;
  font-weight:bold;
  color:#222222;
}

a:visited {
  text-decoration:none;
  font-weight:bold;
  color:#FFDE00;
}

a:hover {
  text-decoration:none;
  font-weight:bold;
  background-color:#666666;
}

a:active {
  text-decoration:none;
  font-weight:bold;
  background-color:#666666;
  color:#EECD00;
}



/* --- TABLES --------------------------------------------------------------- */

td {
  font-size:12px;
  color:white;
  font-family: Arial, Helvetica, sans-serif;
}


