/* keilform.css */
/* Stylesheet mit zentralen Formaten für Website des Verlags PfalzMundArt */
/* Erstellung (Albert H. Keil): 03/2012 */

body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,tr,td,th,img,address,blockquote,nobr,form
 {
 font-family:arial,sans-serif; /* Schriftart */
 color:#000080; /* Schriftfarbe dunkelblau (navy) */
 border-color:#000080; /* Rahmenfarbe dunkelblau (navy) */
 background-color:#FFFFE0; /* Hintergrund hellgelb (lightyellow) */ 
 }

a:link
 {
 text-decoration:underline;  /* unterstrichen */
 color:#000080;              /* Schriftfarbe dunkelblau (navy) */
 }

a:visited
 {
 text-decoration:underline;  /* unterstrichen */
 color:#000080;              /* Schriftfarbe dunkelblau (navy) */
 }

a:active
 {
 text-decoration:underline;  /* unterstrichen */
 color:#FFFFFF;              /* Schriftfarbe weiß (white) */
 background-color:#FF0000;   /* Hintergrund rot (red) */
 }

a:hover
 {
 text-decoration:underline;  /* unterstrichen */
 color:#000080;              /* Schriftfarbe dunkelblau (navy) */
 background-color:#FF8C00;   /* Hintergrund dunkelorange (darkorange) */
 }