/* DATEI: standard.css */

/* Standardschrifteinstellungen für Pregetter.at */

body,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
 font-family:Verdana,Arial,sans-serif; color:black; font-style:normal; font-size:16; }
 }

h1 { text-align:center; font-size:30px; font-weight:bold; }

h2 { text-align:center; font-size:24px; font-weight:bold; }

h3 { text-align:center; font-size:20px; font-weight:bold; }

h4 { text-align:center; font-size:36px; font-weight:bold; }


/* Linkverhalten */

a:link { font-weight:bold; font-size:12; color:rgb(152,0,0); }
a:visited {  font-weight:bold; font-size:12; color:rgb(153,153,153); }
a:active {  font-weight:bold; font-size:12; color:rgb(0,51,153); }
a:hover {  font-weight:bold; font-size:12; color:blue; text-decoration:none; }

