/* Make all body text red-coloured 12-point Book Antiqua with 16-point vertical spacing between lines of text and 10-point margins.
*/
body {font-size: 12pt;
      font-family: "Book Antiqua";
      color:  #FFFF99;
	background:  #222222;			
	background-image: url(https://www.pbase.com/mipe/inbox/Background2.jpg); }	
/*	background-image: url(../Background2.jpg); }	
/*	  background:  #000000}		/*black
/*	  background:  #ff6644}		/*orange
/*      background:  #1E1E3C}	/*mörkblå
/*      background:  #555555}	/*grå
/*      background:  #1B1B3C}	/*stålblå
/*      background:  #000660}	/*Kemaktablå
/*      background:  #2C2C58}	/*stålblå
/*      background:  #282850}	/*stålblå
/*      background:  #555555}
/* Pröva denna som bakgrundsfärg: bgcolor="#003566"

/* Make headings in white
/*	H1 {color:  white;}
	H1 {color:  #FFFF99; 
		font-family: "Century";}
/* 	h1 {color:  #81B2DA;}
/* Make headings pale blue (#ccffff).
/* h1 {color:  #ccffff;}


/* Make table header white.
th {color:  #FFFF99;}

/* Make table data white (white)).
/* Make table data pale blue (#ccffff).
/* Make table data pale yellow (#ffff99).
*/
  td {color:  #FFFF99}
/*td {color:  white;}
/*td {color:  #ccffff;}

/* Make all links pale blue (#ccffff), make all visited links red and make links flash red when activated.
*/
a:link {color:  #FFFF99;}
a:visited {color:  #FFFF99;}
a:active {color:  #ff6644;}
/*a:active {color:  blue;}

/* Format text used for specifying camera and lens
*/
div.title {font-size: 18pt;
		font-family: Verdana, sans-serif;
		text-align: center;
		font-weight: bold;
		font-style: plain;}

div.camera {font-size: 12pt;
		font-family: Garamond, "TimesNewRoman", serif;
		text-align: center;
		font-style: plain;}

div.copyright {font-size: 10pt;
		font-family: Verdana, sans-serif;
		text-align: right;
		font-style: plain;}


/* Format footnotes as 9-point Book Antiqua, and centre them.
*/
div.footnote {font-size: 9pt;
              line-height: 12 pt;
              text-align: center;
		  font-weight: bold;
		  font-style: italic;}






BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }
