font,body {
    text-decoration : none;
	color : white;
    font-weight : bold;
}
font.error {
	color: red;
}

font.success {
	color: lime;
}

a:link { 
        font-weight:bold; 
        color:white;  
        text-decoration:none
}
a:visited { 
        font-weight:bold; 
        color:white; 
        text-decoration:none
}
a:hover { 
        font-weight:bold; 
        color:#E00000; 
        text-decoration:none
}
a:active {
         font-weight:bold;
         color:#E00000;
         text-decoration:none
}
a:focus { 
        font-weight:bold;
        color:#00E000;
        text-decoration:none
}
#Scrollbar {
width: 100%; 
height: 490; 
overflow : auto;
scrollbar-face-color:95BBEA;
scrollbar-3dlight-color : Black;
}
#rahmen {
  border-width:3px;
  border-style:solid;
  border-color:blue;
  padding:1cm;
  text-align:justify; }
font.error {
    text-decoration : none;
	color : red;
    font-weight : bold;
}
p.request {
    color : black;
    font-weight : bold;
    font-size : 12pt;
}
p.box {
	border : 1px solid black;
	margin : 5px;
	border-color : white;
}
