BODY {
    background-image: url(http://www.prcupcc.org/images/uzay.gif); 
    background-repeat: repeat; 
    background-attachment: fixed; 
    }
.head{
	color:lightblue;
	font-style:bold;
	font-size:32pt;
	}
TD{
	color:lightblue;
	font-family:Black Chancery;
	font-size:16pt;
}
DIV{
    color:lightblue;
    font-family:Black Chancery;
    font-size:18pt;
}
.t{
	color:lightblue;
    font-family:Times New Roman;
	font-size:16pt;
	}
a{
	color:antiquewhite;
	}
a:active{
	color:purple;
	}
a:visited{
	color:violet;
	}
a:hover{
	background-color:blue;
	color:antiquewhite;
