/* -------------------------------------------------------------- */ 

/* Styrer farven, størrelsen, font-family osv. på tekst og links med class. */ 

/* -------------------------------------------------------------- */ 



a.text-style:link { 

color: #000000; 

background-color: transparent; 

font-style: normal; 

font-variant: normal; 

font-weight: bold; 

font-size: 14px; 

font-family: Verdana; 

text-decoration: none; 

} 



a.text-style:visited { 

color: #000000; 

background-color: transparent; 

font-style: normal; 

font-variant: normal; 

font-weight: bold; 

font-size: 14px; 

font-family: Verdana; 

text-decoration: none; 

} 




a.text-style:hover { 

color: #FF0000; 

background-color: transparent; 

font-style: normal; 

font-variant: normal; 

font-weight: bold; 

font-size: 14px; 

font-family: Verdana; 

text-decoration: none; 

} 


a.text-style:active { 

color: #000000; 

background-color: transparent; 

font-style: normal; 

font-variant: normal; 

font-weight: bold; 

font-size: 14px; 

font-family: Verdana; 

text-decoration: none; 

} 



.text-style { 

color: #FF0000; 

background-color: transparent; 

font-style: normal; 

font-variant: normal; 

font-weight: bold; 

font-size: 14px; 

font-family: Verdana; 

text-decoration: none; 

} 

.pic a:link {border:1px solid #000000;}
.pic a:visited {border:1px solid #000000;}
.pic a:hover {border:1px solid #FF0000;}

