BODY {
  background-color: #EEEEEE;
  color: Black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

IMG {
  border : none;
}


P.changed {
  text-align : right;
  font-size : xx-small;
}

H1 {
  font : italic;
}

H1:first-letter {
  color: #AA1A15;
  font-weight: bolder;
}


SPAN.bibel {
  color: #AA1A15; /* #E90000; */
  font-weight: bold;
}

SPAN.studium {
  font-size : large;
}

SPAN.nytt {
  font-style: italic;
  color: #FF0000;
  font-weight: bold;
}

/** Forms */
INPUT {
  border: #333333 1px solid;
  font-weight: normal;
  font-size: 10pt;
  color: Black;
  background-color: #6699cc
}

HR {
  height: 1px;
  color: black;
}

UL {
  list-style-type: square 
}

/* -- LINKS -- */

A:link, A:visited 
{
  font-weight: bold;
  text-decoration: none;
  color: #05307A;
}

/* Active could also be grouped with the above */
A:hover, A:active {
  text-decoration: underline;
  color: Gray;
}

/********************************************************
 Menu
 ********************************************************/

TABLE.menu {
  background-color: #6699CC;
  color: Black;
  font-family: Arial, Helvetica, sans-serif; /* Verdana var först */
  font-size: 16px;
  font-weight: bold;
  color: black;
  border-bottom: solid black 1px;
}

TABLE.menu TD {
  background-color: #6699CC;	
}

A.menu:link, A:visited.menu {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}

A.menu:hover, A.menu:active {
  color: #333333;
  text-decoration: underline;
}

/* .logga {
font-size: 90px;
font-weight: bold; 
filter: Alpha(Opacity=100, FinishOpacity=20, Style=2), Glow(Color=#AA1A15, Strength=2);
width: 100px;
height: 100px;
}
*/
.logga {
	font-size: 70px;/
	font-weight: bold;
	filter: Alpha(Opacity=100, FinishOpacity=60, Style=2) /*,
	  Glow(Color=#AAAAAA, Strength=7) /*,
	  Blur(Add=1, Direction=120, Strength=2)*/;
	color: #AAAAAA;
	text-align: center;
	width: 570px;
	height: 80px;
}