@import url(bijou.css);

body
{
	background-color: RGB(245,250,255);

}

.anker
{
	font-size: small; /* 11pt; */
	line-height:6pt; 
	color: RGB(30,0,200)
}

/* --- Haf 24.08.2002 Überschreiben des allg. Standards rechts --- */
a:link 
{
	text-decoration: none; /* underline;  */
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; /* war 11 pt */ 
	line-height:70%; /* large; : ändert nichts ;   war 11 pt */ 
	color: RGB(30,0,200);
}

a:visited 
{
	text-decoration: none; /* underline;  */
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; /* war 11 pt */ 
	line-height:70%; /* war 11 pt */ 
	color: rgb(207,0,73); /* RGB(150,0,100); */
}
/* --- Überschreiben des allg. Standards rechts --- */

a:hover 
{
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; /* war 11 pt */ 
	line-height:70%; /* war 11 pt */ 
	color:  red; /* green;  rgb(207,0,73); */
}