/*---------------------------------------------------------------------------
Основные тэги
---------------------------------------------------------------------------*/
a {
    color: #38607d;
    text-decoration: underline;}

a:link {
    color: #38607d;
    text-decoration: underline;}

a:visited {
    text-decoration: underline;}

a:hover {
    text-decoration: none;
    color: #007bd4;}
    
h1 {
    color: #5d5c5c;
    font: normal 170% Arial, Verdana, Tahoma, 'Sans-serif';}

h2 {
    color: #5d5c5c;
    font: bold 140% Arial, Verdana, Tahoma, 'Sans-serif';}

h3 {
    color: #5d5c5c;
    font: bold 120% Arial, Verdana, Tahoma, 'Sans-serif';}

h4 {
    color: #5d5c5c;
    font: bold 110% Tahoma, Verdana, Arial, 'Sans-serif';}
    
p {}    
        
/*---------------------------------------------------------------------------
Полезности
---------------------------------------------------------------------------*/
.text {
    color: #5d5c5c;
    font: normal 100% Tahoma, Verdana, Arial, 'Sans-serif';}

.left {float: left;}
.right {float: right;}

.ta-left {text-align: left;}
.ta-right {text-align: right;}
.center {text-align: center;}
.justify {text-align: justify;}
        
.red {color: #f00;}
.green {color: #0f0;}
.blue {color: #00f;}

.noUnderline {text-decoration: none;}
.underline {text-decoration: underline;}
