
/* AMR Style Sheet */


/* Linkverhalten */
a:link {color: #804000; text-decoration: none; }
a:active {color: #804000; text-decoration: underline; }
a:visited {color: #804000; text-decoration: none; }
a:hover {color:#804000; text-decoration:underline; }
a{ text-decoration:none }

/* Ueberschriften und Text */ 
h1, h2, h3, h4, p, li, ol, ul { font-family:Arial; }
h1 { font-weight:bold; font-size:18pt; }
h2 { font-weight:bold; font-size:16pt; }
h3 { font-weight:bold; font-size:14pt; }
h4 { font-weight:bold; font-size:12pt; }
p  { font-weight:normal; font-size:10pt; }
