*{direction: rtl;}

#header {
	font-size:150%;
	background-color:white;
	color:blue;
    text-align:center;
    padding:5px;
}
#nav_center01 {
    background-color:red;
    color:white;
    clear:both;
    text-align:center;
    padding:5px;
	}
	
#nav_center02 {
    
    background-color:#eeeeee;
    height:100%;
    width:100%;
    float:center;
    padding:5px;
}

#nav_center {
    background-color:blue;
	font-size:200%;
    color:white;
    clear:both;
    text-align:center;
    padding:5px;
}


#h2 { background-color:red;
	font-weight: bold;
    font-size:300%;
    color:white;
    clear:both;
    text-align:center;
    padding:5px;
	}
#p {font-weight: bold;
	font-size:120%;
	line-height:1.0;
}

#p01 {
	font-weight: bold;	
    border: 1px solid yellow;
    padding: 10px;
    margin: 30px;
}
#h3 {font-size:200%; 
	font-weight:bold;
	color:blue;
	text-align:center;
	
}

ul.hr {
    margin: 0; /* Обнуляем значение отступов */
    padding: 4px; /* Значение полей */
   }
   ul.hr li {
    display: inline; /* Отображать как строчный элемент */
    margin-right: 5px; /* Отступ слева */
    border: 3px solid yellow; /* Рамка вокруг текста */
	border-radius:8px;
	padding: 3px; /* Поля вокруг текста */
   }
   
a { 
    text-decoration: none; /* Отменяем подчеркивание у ссылки */
   }

#p02 {
	 background-color:blue;
	font-size:200%;
    color:white;
    clear:both;
    text-align:center;
    padding:5px;
	
}   
   

