

h1 { 	color: #FFFFFE;
	
	font-size: 300%;
	text-align: center;
    font-family: Century Gothic;
    font-weight:normal;
    text-decoration:overline underline;
    letter-spacing: 25px;
}



h2 { 	color: #FFFFFE;
	background-color: none;
    font-size: 150%;
    text-align: center;
    font-family: Century Gothic;
	font-weight:normal;
    font-style: italic;
	letter-spacing: 20px;
}

h3 { 	color: #FFFFFE;
	    font-family: Century Gothic;
        font-weight:normal;
        letter-spacing: 5px;
        font-size:25px;
        
}

h4 { 	color: #FFFFFE;
	    font-family: "Times New Roman", serif;
	    font-weight:normal;
}
h5 { 	color: #FFFFFE;
        font-family: "Times New Roman", serif;
	    font-weight:normal;
}
h6 { 	color: #C4FA2E;
	
}
li {    color: #C4FA2E;
}




a:link {
	color: blue;
	text-decoration: none;
   
}

a:link.menu {
    background-image: url('http://www.c-s-a.dk/grafik/link.jpg');
    background-border:0%;
    height:5%;
    width: 100%;
    background-repeat:no-repeat;
    font-family: Century Gothic;
	text-decoration:none;
    background-position: left 50%;
    font-size:14px;
    text-align: left
   

}

a:visited {
	color: blue;
	text-decoration: none;
   
}

a:visited.menu {
    text-color: blue;
    background-image: url('http://www.c-s-a.dk/grafik/link.jpg');
    height:5%;
    width: 100%;
    background-repeat:no-repeat;
    font-family: Century Gothic;
    text-decoration:none;
    background-position: left 50%;
    text-align: left;
    font-size:14px
    

}

a:hover {
	color: blue;
	font-style: italic;
	font-weight:bold;
    text-decoration: none;
    
}

a:hover.menu {
    
    background-image: url('http://www.c-s-a.dk/grafik/linkhover.jpg');

    height:5%;
    width: 100%;
    background-repeat:no-repeat;
    font-family: Century Gothic;
    font-style: normal;
	font-weight:normal;
    text-decoration:none;
    background-position: left 50%;
    text-align: left;
    font-size:14px
    

    
}



