/*Basic Text Formatting*/
h1           { font-size: 24pt; font-family: Times New Roman; font-weight: bold; color:#0000FF }
h2           { font-size: 18pt; font-weight:bold; font-family:Times New Roman }
h3           { font-size: 14pt; font-weight:bold; font-family:Times New Roman }
p            { font-family: Arial; font-size: 12pt }
br           { margin-bottom: 6; margin-top:6 }
pre          { border-left:1px solid #0000FF; font-size: 10pt; font-style:italic; border-top-width:1; border-bottom-width:1 }

/*Phrase Elements*/
em, strong, abbr, acronym, dfn	{font-weight: bolder;}
blockquote, q 			{font-style: italic;}
cite, code			{font-style: italic; font-weight: bold;}
adress, dfn, kbd, var		{font-weight: 600;}


a link       { color: #0000FF; text-decoration: underline }
a visited    { color: #00CC66; font-weight:bold }
a hover      { color: #FF9900; font-weight:bold }
a active     { color: #FF0000 }


/*Listor*/
ul, ol, dl   { line-height: 150%; font-size:14pt; color:#FF0000; }
ul           { list-style:square; }



/*Bildram*/
img          { border:5px solid #FF0000; padding:4;  }


/*Bakgrundsbild*/
body {
background-image: url('ein.jpg');
background-repeat: no-repeat;
background-color: #ffffe0; background-position-y:50% }

/*Tabell*/
caption
{text-align: center;
border-style: solid;
font-size: large;
font-weight: bold;}	

table 	{background-color:#f0ffff;
  	border-style:solid;
  	border-width:7px;
   	border-color:#008b8b;}

th 	{background-color:#dcdcdc;
   	font-weight:bold;
   	padding:10px;}

td 	{padding:10c vpx;}

td.code {font-family:courier, courier-new, serif;
   	font-weight:bold;}



/*Klasser*/ 
special
mb=mörkblå text
bg=bakgrundsfärg gul
ks=kantlinje stycke*/
.special	{ font-family: Arial; font-size: 14pt;color: #00008b  }
.mb          { color: #000080 }
.bg          { background-color: #FFFFCC }
.ks          { border: 1px solid #000080; padding-left: 4; padding-right: 4; padding-top: 1; 
               padding-bottom: 1 }
.rubrik      { font-family: Brush Script MT; font-size: 24pt; text-align:center }