



/*
 * $Id: mystyle.css, C.Prenninger $
 */

BODY {
	background: rgb(255,255,255);
	color: black;
}

A:link {
	color: rgb(0,0,170);
}

A:visited {
	color: rgb(0,100,100);
}

A:active {
	color: rgb(50,50,255);
}

A:hover {
	color: rgb(255,0,0);
}

DIV.center {
	text-align: center;
	color: black;
}

