@charset "iso-8859-1";

/* author: Anders Östlund */
/* Creation date: 2002-12-23 */
/* */
/* Generella inställningar */
body      {background-color: white; color: black; }
a:link    {background-color: white; color: blue;}
a:visited {background-color: white; color: #483D8B;}
a:hover   {background-color: white; color: red;}
a:active  {background-color: white; color: #8A2BE2;}

/* Mina inställningar bortplockade till förmån för Urbans

a:link {color: blue}
a:visited {color: darkslateblue}
a:hover {color: red}a:active {color: blueviolet}
body  {background-color: grey}*/

/* Rubrik nivå 1 */

h1 {font-family:  arial, verdana, helvetica,;  font-size: small;  color: #CC0000 }

/* Rubrik nivå 2 */

h2 {font-family: arial, verdana, helvietica;  font-size: x-small;  color: #CC0000 }

/* inverterad rubrik */

h3 {font-family: arial, verdana, helvietica;  font-size: x-small;  font-weight: bold;  color: white;  background-color: #CC0000;  text-align: center }

p {font-family:   arial, verdana, helvietica;  font-size: x-small;  font-weight: normal;  color: black }

p.meny {font-family:  arial, verdana, helvietica;  font-size: x-small;  font-weight: bold;  color: white;  background-color: #CC0000;  text-align: left }

li {font-family:  arial, verdana, helvietica;  font-size: x-small;  font-weight: normal;  color: black }ul {font-family:  arial, verdana, helvietica;  font-size: x-small;  font-weight: normal;  color: black }