/* Stylecheet for www.anneliheed.com */


body
{
/* Font settings */
color: black;

/* background */
background-image: url("pictures/background.jpg");

/* Scroll bar, currently only works in IE */
scrollbar-base-color: lightblue;
}

h1
{
font-family: Verdana;
font-style: bold;
font-size: 20;
}

h2
{
font-family: Verdana;
font-style: bold;
font-size: 18;
}

h3
{
font-family: Verdana;
font-style: bold;
font-size: 16;

}


table
{
font-family: Verdana;
font-size: 12;
}

p
{
font-family: Verdana;
font-size: 12;
}


A:link {text-decoration: underline; color: black;}
A:visited {text-decoration: underline; color: black;}
A:active {text-decoration: underline; color: black;}
/*A:hover {text-decoration: underline overline; color: black;}*/
A:hover {text-decoration: underline; color: gray;}

