/*      DATEI: styles.css        */
/*      20011102 (c) by Böttcher */

body { background-color: gold; text-align:; font-family: arial; }

.body{ text-align:; font-family: arial;}

table,img { border:0; }

a,h1,h2,h3,h4,p,ul,ol,li,div,td,th,b,i { color: #0000FF; }

p, td { font-size: 10pt; font-weight: bold; }

.td {font-size: small; font-weight: bold;}

li{ font-weight: bold; }

/* noch nicht besuchte Ziele */
a:link { color:#0000FF; }

/* besuchte Ziele */
a:visited { color:#0000DF; text-decoration:none; }

/* MouseOver */
a:hover { color:#FF0000; text-decoration:none; }

/* Angeklickte Verweise */
a:active { color:#FF5F00; text-decoration:none; }
