font  {
 	font-size : 12px;
 	font-family : Arial;
	color : #000000;
 }
 
 A:LINK  {
 	text-decoration : none;
 	text-transform : none;
 	color : #000000;
 }
 
 A:VISITED  {
 	text-decoration : none;
 	text-transform : none;
 	color : #000000;
 }
 
 a  {
 	text-decoration : none;
 	color : #000000;
 }
 
a:Hover {
	color : #FA0905;
}
 
.arial  {
      	font-size : 12px;
		font-family : Arial;
      }
    
.arialklein  {
      	font-size : 10px;
		font-family : Arial;
      }
	
.link  {
      	font-size : 12px;
		font-family : Arial;
		color : #0930f3;
		text-decoration: underline;
      }
	  
.arialbold  {
      	font-size : 12px;
      	font-family : Arial;
      	font-weight : bold;
      }
      
.bigarialbold  {
      	font-size : 14px;
      	font-family : Arial;
      	font-weight : bold;
      }

.bigarialboldred  {
      	font-size : 14px;
      	font-family : Arial;
      	font-weight : bold;
		color: #FA0905;
      }	  

.bigkapbold  {
      	font-size : 16px;
      	font-weight : bold;
      	font-family : Arial;
      	text-transform : uppercase;
      }

.nav  {
      	font-size : 13px;
      	font-family : Arial;
      	text-transform : uppercase;
      }

.navaktiv  {
      	font-size : 13px;
      	font-family : Arial;
      	text-transform : uppercase;
		color: #FA0905;
      }