/* Stylesheet for http://www.hhs.se/im/courses/308
   With help from Stephan's Web Workshop
   http://www.uio.no/~stephann/workshop/
   March 1999
   Designed for: Netscape 4.5, IE 4.01, Opera 3.50, IE 3.02 
   ========================================================   */

/* IE3-exclusive CSS 
   Overrides ordinary CSS in IE 3.0 
   --------------------------------- */
      body {background: #FFFFFF;}
      p {font-size: 8pt;
	color: black}
h1 {font-size: 12pt;
	color: black}

/* --------------------------------- */

/* MAIN */  

p, li, ol, ul, td, th, h1, h2 {
		font-family: Verdana, sans-serif; 
		font-size: 8pt }

p.footer {	font-family: Verdana, sans-serif; 
		color: black;
		font-size: 7pt }

th {		font-size: 8pt 
		font-weight: bold}

td {		font-size: 8pt }

li {		font-size: 8pt }

ol  {		font-size: 8pt }
ul  {		font-size: 8pt }
h1 {		font-size: 12pt; 
		font-weight: normal; 
		background-color: black; 
		color: white;
		text-align: left}

h1 {		font-family: Times New Roman, serif; 
		font-size: 18pt; 
		font-weight: normal; 
		font-style: normal;
		background-color: white; 
		color: black;
		text-align: left}

h2 {		font-size: 8pt; 
		font-weight: bold;
		padding-bottom: -1pt;
		margin-bottom: -1pt;
		margin-top: 8pt;
		padding-top: 8pt;
 }

h4 {		font-family: Verdana, sans-serif; 
		font-size: 8pt; 
		font-weight: bold }

A.box:link {	color:white; text-decoration: underline }
A.box:active {	color:white; text-decoration: underline }
A.box:visited {	color:white; text-decoration: underline } 
A.box:hover {	color:yellow; text-decoration: underline}

A:link {	color:blue; text-decoration: underline }
A:active {	color:red; text-decoration: underline }
A:visited {	color:purple; text-decoration: underline } 
A:hover {	color:red; text-decoration: underline}
