
/* Style Sheet für Colbond */
/* Überschriften */
h1 {font-size: 100%;font-family: arial;font-weight: bold;color: #880000}
H1 {font-size: 100%;font-family: arial;font-weight: bold;color: #880000}
/* Kleine Überschrift Fett */
h2 {font-size: 12;font-family: arial;font-weight: bold}
/* Fließtext */
p {font-size: 12;font-family: arial;font-weight: normal}
/* Text grau klein */
h3 {font-size: 11;font-family: arial;font-weight: normal;color: #C0C0C0}
/* Text rot klein */
h4 {font-size: 11;font-family: arial;font-weight: normal;color: #880000}
/* Links */
a:link {color: #000000  }     
/* unvisited link */
a:visited {color: #000000}  
/* visited link */
a:hover {color: #880000}   
/* mouse over link */
a:active {color: #C0C0C0}   

/* Links normal-> rot, über -> dunkelgrau */
a.two:active {color: #880000 }
a.two:hover {color: #999999}
a.two:visited {color: #880000}
a.two:link {color: #880000}

	
