/* DATEI: formate.css */

/* Font für allgemeine Sachen festlegen */

p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
 font-family:Arial,sans-serif; text-decoration:none; }

h1,h2,h3,h4 { font-family:Times,serif; text-decoration:none; }

/* Überschriften */
h1 { font-size:26px; margin-bottom:18px; }
h2 { font-size:21px; margin-bottom:18px; }
h3 { font-size:16px; }
h4 { font-size:13px; }

/* Diverse Schriftgrößen */
p,ul,li,td,th,address{ font-size:13px; }

/* ListItem-Abstände */
li { margin-top:3px; }

/* pre */
pre { font-family:Courier New,Courier; font-size:13px; color:#0000C0; }

/* Anchors */
a { text-decoration:none; }
a:link { color:#2020E0; text-decoration:underline; }
a:visited { color:#404090; text-decoration:underline; }
a:hover { color:#202030; text-decoration:none; }
a[href]:hover { color:#202030; text-decoration:none; }
a:active { color:#202090; text-decoration:none; }

div.fortune {
  background: rgb(255,255,204);
  color: rgb(0,0,0);
  border-style: solid;
  border-width: 1px;
  border-color: rgb(0,0,255);
  padding: 5px;
  font-size: small;
}