﻿/* schrift, hintergrund/ abstände */

body {
color : #000000;
background-image : url("../pics/back.gif");
background-attachment : fixed;
background-repeat : repeat;
font-family : "Courier New", Courier, monospace;
font-size : 20px;
font-weight : normal;
} 
 
 /* schrift, hintergrund/ abstände im Rahmen*/

table, tr, td {
margin-top : 0;
margin-left : 0;
margin-right : 0;
color : #000000;
font-family : "Courier New", Courier, monospace;
font-size : 20px;
font-weight : normal;
} 

/* links normal texte und rahmen*/

a:link {
color : #000000;
text-decoration : none;
font-family : "Courier New", Courier, monospace;
font-size : 20px;
font-weight : bold;
}

a:visited {
color : #000000;
text-decoration : none;
font-family : "Courier New", Courier, monospace;
font-size : 20px;
font-weight : bold;
}

a:hover {
color : #FF0000;
text-decoration : none;
font-family : "Courier New", Courier, monospace;
font-size : 20px;
font-weight : bold;
}

a:active {
color : #000000;
text-decoration : none;
font-family : "Courier New", Courier, monospace;
font-size : 20px;
font-weight : bold;
}