BODY { 
    background: black; 
    color: #c0c0c0;
    font-family: Arial CE, Arial, Helvetica, sans-serif;
		text-align: center;
		font-size: 11;
    margin-left=0; margin-right=0; margin-top=0
     }
		 
p {
	font-size: 12;
	font-style: italic;
	margin-top: +5;
	margin-bottom: -1;
	margin-left: 300;
	margin-right: 300;
	}
	
div {
		 font-size: 20;
		 margin-top: 10;
		 }
		 
.titulek {
				 font-size: 15;
				 font-style: normal;
				 color: #800000;
				 }				
				 
.info { 
			font-size: 13;
		  font-style: normal;
			text-decoration: underline;
			}
			
.sipky {
			 font-style: bold;
			 font-size: 25;
			 color: #990000;
			 text-align: center;
			 }

A:link {
	  color: #800000;
	  text-decoration: none
	}
	
A:visited {
    	color: #800000;
			text-decoration: none
    	}
    
A:hover {
    text-decoration: none;
    font-weight: bold;
	  font-style: italic;
	  color: #DF0000   
    }    
		
img {
		border: 0;
		}
		
td {
			vertical-align: top;
			}
				 
