a:link { 
font-size: 11pt; color: yellow; text-decoration: underline;}
a:visited {
font-size: 11pt; color: yellow; text-decoration: underline;}
a:hover { 
font-size: 11pt; color: red; text-decoration: underline;}
a:active {
font-size: 11pt; color: white; text-decoration: underline;}

#left { 
float: left; 
width: 25px; 
}

#right {
float:right;
width: 25px;
}


#middle { margin-left: 80px; 
	  margin-right: 80px;
}


body{
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	color: white;
	background-color: black;
        background-image: url(katazw7bis.jpg);
	background-repeat: repeat; 
	background-position: center left;
	/*backgroundcolor: transparant;*/
        background-attachement: scroll;
	
}

h1 { 
font-size: 26pt;
color: #FF0000;
}

H4 {
font-weight: bold;
}

H2 {
color: #FF0000; }

H5 {
color: #0085FF; }


</style>



