/*  Formatering af bundmenu */

/*  Formatering af infotekst */               
.bundtekst   { font-family: Verdana; font-size: 10px; text-align:center }

/*  Formatering af gråtekst */ 
.graatekst   { font-family: Verdana; font-size: 10px; color: #808080; margin-right:5; margin-left:5 }

/*  Formatering af mail-limk */
a:link.type3 { font-family: Verdana; font-size: 10px; text-decoration:underline; color:#0000FF}
a:visited.type3 { font-family: Verdana; font-size: 10px; text-decoration:underline; color:#0000FF}
a:active.type3 { font-family: Verdana; font-size: 10px; text-decoration:underline;color:#0000FF}
a:hover.type3 { font-family: Verdana; font-size: 10px; text-decoration:none; color:#0000FF}
