A:link		{ color : blue; }
A:visited	{ color : Purple; }
A:active	{ color : red; }
A:hover		{ color : green; text-decoration : underline; }

A
	{ 
	color : black;
	text-decoration : none;
	}
A.d
	{ 
	color : gold;
	font-weight : bold;
        font-size : 24pt;
	font-family : "Matura MT Script Capitals";
	text-decoration : none;
	}

DIV.center
	{ 
	text-align : center 
	}

BODY
	{
	margin-left : 10px;
	margin-right : 10px;
	margin-top : 20px
	background : URL(http://www.mygale.org/~anonim/img/back3.jpg)
        font-family : "Comic Sans MS";
	}

