  
body 
    { 
   background-image: url('../img/back.jpg'); 
   onload="window.defaultStatus='Välkommen till Svens hemsidor!'";
   font-family: Book Antiqua; 
   font-size: 12pt; 
   font-style: normal; 
   font-weight: normal; 
   color: #000080 /* Textfärg */
    }

ul, ol, li, dl, dt, dd, dir, menu, th
    {
	font-family: Book Antiqua; 
	font-style : normal;
	font-weight : normal;
	color : #000080;
    }

pre	
	{
	font-family: Courier;
	font-size: 10pt;
	}
td, p
    { 
	font-family: Book Antiqua; 
   font-size: 12pt; 
   font-style: normal; 
   font-weight: normal; 
   color: #000080;
    }

/* rubriker */

h1
        {
         font-family: Book Antiqua;
         font-size: 36pt;
         font-weight: bold;
         font-style: italic; 
         color: #000080; 
         margin-top: 0; 
         margin-bottom: 0
        }

h2	
	{
	font-family: Book Antiqua; 
	font-size: 18pt;
	font-weight : bold;
	font-style : italic;
	color : #000080;
	}
h3
	{
	font-family: Book Antiqua; 
	font-size: 14pt;
	font-weight : bold;
	font-style : normal;
	color : #000080;
	}
h4	
	{
	font-family: Book Antiqua; 
	font-size: 14pt;
	font-weight : normal;
	font-style : normal;
	color : #000080;
	}
h5
	{
	font-family: Book Antiqua; 
	font-size: 12pt;	
	font-weight : normal;
	font-style : normal;
	color : #000080;
	}
h6
	{
	font-family: Verdana; 
	font-size: 8pt;
	font-style : normal;
	font-weight : normal;
	color : #000080;
	}

/* länkar */

a:link    { text-decoration: none; color: #0000C0; }
a:visited { text-decoration: none; color: #0000C0; }
a:active  { text-decoration: ul;   color: red;     } 
a:hover   { text-decoration: ul;   color: red;     } 


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 */

.alternativ        { font-family: Verdana; font-size: 10pt }
.font2             { font-family: Verdana; font-size: 10pt; color: #000080 }
.h3                { font-family: Book Antiqua; font-size: 14pt; font-weight : bold; font-style : normal; color : #000080; }
.link              { color: #000080; }
.myblue            { color : #000080; }
.mygreen           { color : #008000; }
.myred             { color : #db0000; }
.navigator         { font-family: Verdana; font-size: 8pt; color: #000080 }
.navigator1        { font-family: Verdana; font-size: 8pt; color: #000080 }
.navigator2        { font-family: Verdana; font-size: 10pt; font-weight : bold; font-style : normal; color: #F8F8DA }
.navigator3        { font-family: Verdana; font-size: 8pt; color: #E8E8E8 }
.navigator4        { font-family: Verdana; font-size: 8pt; font-weight : bold; font-style : normal; color: #F8F8DA }
.navigator-left    { font-family: Verdana; font-size: 8pt; color: #F8F8DA }
.navigator-left-1  { font-family: Verdana; font-size: 10pt; font-weight : bold; font-style : normal; color: #F8F8DA }
.slogan            { font-family: Book Antiqua; font-size: 14pt; color: #000080; }
.small             { font-size: 8pt }
.small-maroon      { font-family: Verdana; font-size: 8pt; color: #800000 }
.small-navy        { font-family: Verdana; font-size: 8pt; color: #000080 }
.top               { color: #000080; }

/* Horisontella avdelare */

.hr1 { color: #000080; height:"1"; margin-top:5; margin-bottom:5 }
.hr2 { color: #000080; height:"2"; margin-top:5; margin-bottom:5 }
.hr3 { color: #000080; 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% 
  }