a:link
{
	color: rgb(134, 52, 198);
}
a:active
{
	color: rgb(160, 96, 213);
}
a:visited
{
	color: rgb(115, 18, 2);
}
body
{
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	font-weight: normal;
	background-repeat: repeat-x;
	font-style: normal;
	font-family: Arial;
	background-image: url(background_iris.gif);
	text-align: none;
	vertical-align: none
}