/**************************************************
Style sheet for Hanken's website
Author: Arne Löfgren
Date: 2004-09-12
Important: Do NOT use absolute font sizes!
**************************************************/

BODY
{
  color: black;
  background-color: lightyellow;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

BODY, TABLE, TR, TD
{
  font-family: Verdana, Ariel, sans-serif;
  font-size: small;
}

P
{
  font-family: Verdana, Ariel, sans-serif;
  font-size: small;
  text-align: left;
}

P.center
{
  text-align: center;
}

IMG
{
  border: 1px solid green;
}

/* Do not use more than three levels of headers*/
H1
{
  font-family: Verdana, Ariel, sans-serif;
  font-size: x-large;
  text-align: center;
}

H2
{
  font-family: Verdana, Ariel, sans-serif;
  font-size: large;
  text-align: center;
}

H3
{
  font-family: Verdana, Ariel, sans-serif;
  font-size: small;
  text-align: left;
}

A
{
  font-size: small
  text-decoration: none;
}

/* Use STANDARD colors for links (the ones below)! */

/*
A:link    {color: blue;}
A:active  {color: #00ff00;}
A:visited {color: purple;}
A:hover   {color: blue; text-decoration: underline;}
*/

.logo1
{
  font-size: 24pt;
  font-weight: bold;
  text-align: center;
}

.footer
{
  font-size: xx-small;
  text-align: left;
  /* color: green; */
}

