body 
    { 
   background-color: #F8F8DA; /* Bakgrundsfärg Gul */
   onload="window.defaultStatus='Välkommen till Växkraft!'";
   font-family: Book Antiqua; 
   font-size: 12pt; 
   font-style: normal; 
   font-weight: normal; 
   color: #800080 /* Textfärg */
    }

ul, ol, li, dl, dt, dd, dir, menu, th
    {
	font-family: Book Antiqua; 
	font-style : normal;
	font-weight : normal;
	color : #800080;
    }

pre	
	{
	font-family: Courier;
	font-size: 10pt;
	}

td, p
    { 
	font-family: Book Antiqua; 
   font-size: 12pt; 
   font-style: normal; 
   font-weight: normal; 
   color: #800080;
    }

h1
	{ 
	font-family: Book Antiqua; 
	font-size: 36pt; 
	font-weight: bold; 
	font-style: italic; 
	color: #800080; 
	margin-top: 0;
	margin-bottom: 0 
	}
h2	
	{
	font-family: Book Antiqua; 
	font-size: 18pt;
	font-weight : bold;
	font-style : italic;
	color : #800080;
	}
h3
	{
	font-family: Book Antiqua; 
	font-size: 14pt;
	font-weight : bold;
	font-style : normal;
	color : #800080;
	}
h4	
	{
	font-family: Book Antiqua; 
	font-size: 14pt;
	font-weight : normal;
	font-style : normal;
	color : #800080;
	}
h5
	{
	font-family: Book Antiqua; 
	font-size: 12pt;	
	font-weight : normal;
	font-style : normal;
	color : #800080;
	}
h6
	{
	font-family: Verdana; 
	font-size: 8pt;
	font-style : normal;
	font-weight : normal;
	color : #800080;
	}


/* länkar */
a:link { text-decoration: none; color: #0000C0; }
a:visited { text-decoration: none; color: #0000C0; }
/*
a:hover { text-decoration: ul; color: red; background-color: #000000; }
*/
a:hover { text-decoration: ul; color: red; }
a:active { text-decoration: ul; color: red; }

/* Länkar i topp-navigeringen */
a.nav:link { font-weight: bold; text-decoration: none; color: #F8F8DA; }
a.nav:visited { font-weight: bold; text-decoration: none; color: #F8F8DA; }
/*
a.nav:hover { font-weight: bold; text-decoration: ul; color: #000080; background-color: #F8F8DA; }
*/
a.nav:hover { font-weight: bold; text-decoration: ul; color: red; }
a.nav:active { font-weight: bold; text-decoration: ul; color: red; }











/* Dolda länkar */
a.dold:link { text-decoration: none; color: #000080; background-color: #000080; }
a.dold:visited { text-decoration: none; color: #000080; background-color: #000080; }
a.dold:hover { text-decoration: none; color: #000080; background-color: #000080; }
a.dold:active { text-decoration: none; color: #000080; background-color: #000080; }

a.doldv:link { text-decoration: none; color: #800080; background-color: #800080; }
a.doldv:visited { text-decoration: none; color: #800080; background-color: #800080; }
a.doldv:hover { text-decoration: none; color: #800080; background-color: #800080; }
a.doldv:active { text-decoration: none; color: #800080; background-color: #800080; }



a.ssmItems:link		{color:black;text-decoration:none;}
a.ssmItems:hover	{color:red;text-decoration:none;}
a.ssmItems:active	{color:black;text-decoration:none;}
a.ssmItems:visited	{color:black;text-decoration:none;}

/* Klasser */

.mainwidth { width: 80%; }


.top  { color: #800080; }
.link  { color: #C000C0; }
.leftspace {margin-left: 5px}
.rightspace {margin-right: 5px}
.alternativ  { font-family: Verdana; font-size: 10pt }
.slogan  { font-family: Book Antiqua; font-size: 14pt; color: #800080; }
.navigator  { font-family: Verdana; font-size: 8pt; color: #800080 }
.small { font-size: 8pt }
.small-navy { font-family: Verdana; font-size: 8pt; color: #000080 }
.small-maroon { font-family: Verdana; font-size: 8pt; color: #800000 }
.navigator1  { font-family: Verdana; font-size: 8pt; color: #800080 }
.navigator2  { font-family: Verdana; font-size: 8pt; color: #F8F8DA }
.navigator3  { font-family: Verdana; font-size: 10pt; color: #E8E8E8 }
.navigator-left  { font-family: Verdana; font-size: 8pt; color: #F8F8DA }
.h3 {font-family: Book Antiqua; font-size: 14pt; font-weight : bold; font-style : normal; color : #800080; }
.mygreen {color : #008000; }
.myred {color : #db0000; }
.myblue {color : #000080; }
.sawa {color : #000080; }

.font2  { font-family: Verdana; font-size: 10pt; color: #800080 }

.topp {
	border-top: none;
	border-right: none;
	border-bottom: solid navy;
	border-left: none; }

.bottomv {
	border-top: solid #800080;
	border-right: none;
	border-bottom: solid #800080;
	border-left: none; }

/* Horisontella avdelare */

.hr1 { color: #800080; height:"1"; margin-top:5; margin-bottom:5 }
.hr2 { color: #800080; height:"2"; margin-top:5; margin-bottom:5 }
.hr3 { color: #800080; height: "1" ; }



/* Oklart vad dessa använd till */

#contextMenu { 
  position: absolute; 
  visibility: hidden; 
  width: 180px; 
  background-color: lightgrey; 
  layer-background-color: lightgrey; 
  border: 2px outset white; 
} 

.A:Menu { 
   color: black; 
   text-decoration: none; 
  cursor: default; 
   width: 100% 
  } 

 .A:MenuOn { 
   color: white; 
   text-decoration: none; 
   background-color: darkblue; 
  cursor: default; 
   width: 100% 
  }
