@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'aaarghnormal';
    src: url('Aaargh-webfont.eot');
    src: url('Aaargh-webfont.eot?#iefix') format('embedded-opentype'),
         url('Aaargh-webfont.woff2') format('woff2'),
         url('Aaargh-webfont.woff') format('woff'),
         url('Aaargh-webfont.ttf') format('truetype'),
         url('Aaargh-webfont.svg#aaarghnormal') format('svg');
    font-weight: thin;
    font-style: normal;

}

#danamenu {
   
    padding: 30px;
    width: 240px;
    
    text-align: left;
}




A.class1 {color:dimgray;}
A.class1:link  {text-decoration: none; color: dimgray;}
A.class1:visited {text-decoration: none; color: gray;}
A.class1:hover {text-decoration: none; color: lightgray;}
A.class1:active {text-decoration: none; color: gray;}


A.class2 {color:blue;}
A.class2:link {text-decoration: none; color: blue;}
A.class2:visited {text-decoration: none; color: blue;}
A.class2:hover {text-decoration: none; color: blue;}
A.class2:active {text-decoration: none; color: blue;}

h1 {
    text-align: left;
font-family: 'aaarghnormal', Fallback, sans-serif;
  font-size: 16pt;

}

ul.a {
    list-style-type: none;
	margin: 0;
    padding: 0;
}
.column1 {
    float: left;
    width: 24%;
}
.column2 {
    float: left;
    width: 56
		%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

menutext {
text-align: left;
font-family: 'aaarghnormal', Fallback, sans-serif;
   font-size: 10pt;
	   line-height: 22pt
	   
	   
}
