body                {
	background-color: #CC6666; 
	color: #000000; 
	font-family: Verdana, Tahoma; 
	font-size: 12px; 
                    } 

.clasic             {
        background-color: #FFDBAB;
        color: #000000;
        font-size: 18px;
        text-align: center;
        font-family: Verdana, Tahoma;
                    }

.layout             { 
	background-color: #FFDBAB; 
	text-align: center;
	border-style: dashed;
	border-color: #000000;
        border-width: 10px;
                    } 

.hlavicka           { 
	font-size: 36px;
	font-weight: bold;
                    }
				
.menu               {
	font-size: 18px;
                    }
				
a                   {
	text-decoration: none;
	color: #000000;			
                    }

a:hover             {
        text-decoration: underline;
                    }			

.menu a:hover       {
	background: #000000;
	color: #FFFFFF;
        text-decoration: none;
                    }

.main               {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
                    }
