@charset "utf-8";
/* CSS document by Camilla dukkehjerte for version 34 */

body      { font-family: trebuchet ms;
            color: #222222;
	    font-size: 10pt;
	    line-height: 10pt;
            background-color: #ffffff;
	    background-image: url(bg.jpg);
	    overflow: auto;
	    margin: 0;
          }
	 
font      { color: #bf75ff;
	    font-family: arial;
	    font-weight: bold;
	    font-size: 9pt;
	    text-transform: uppercase;
	  }
		  
b         { font-family: trebuchet ms;
            color: #222222;
	    font-size: 10pt;
	    line-height: 10pt;
	  }

u         { color: #ffc45d;
	    font-family: calibri;
	    font-size: 10pt;
	    line-height: 9pt;
	    text-transform: uppercase;
	    font-weight: bold;
	  }
		  
i         { font-family: trebuchet ms;
            color: #222222;
	    font-size: 10pt;
	    line-height: 10pt;

	  }
	 
a         { color: #74daff;
	    font-family: arial black;
	    font-size: 8pt;
            text-decoration: none;
	    text-transform: uppercase;
          }
	   
a:visited { color: #74daff;
	    font-family: arial black;
	    font-size: 8pt;
            text-decoration: none;
	    text-transform: uppercase;
          }
		  
a:active  { color: #74daff;
	    font-family: arial black;
	    font-size: 8pt;
            text-decoration: underline;
	    text-transform: uppercase;
          }
		  
a:hover   { color: #ffffff;
	    font-family: arial black;
	    font-size: 8pt;
            text-decoration: none;
	    text-transform: uppercase;
	    background-color: #74daff;
          }
