body {
	margin: 0;
	padding: 0;
	background: #EAEAFF;
	}  

strong {
	font-size: 0.9em;
    color: #1B1B1B;
    font-weight: bold;
    font-family: Verdana;
}


a:link {
	color: #000066;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #800000;
}

 .headtitle{ 
    position: absolute; /* Abs */
    top: 1%; /* Verx */
    left: 1%; /* Pr */
    width: 100%; /* Shir */
    height: 6%; /*Vis*/
    padding-top: 1px;
    background: #CACAFF; /* Fone Color */
    border: 1px solid #CACAFF; /* Ramka */
    }

  .head_desc{ 
    position: absolute; /* Abs */
    top: 8%; /* Verx */
    left: 1%; /* Pr */
    width: 100%; /* Shir */
    height: 4%; /*Vis*/
    padding-top: 1px;
    background: #DBDCF7; /* Fone Color */
    border: 1px solid #CACAFF; /* Ramka */
    font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	
    }
 
 
.pics{ 
    position: absolute; /* Abs */
    top: 13%; /* Verx */
    left: 20%; /* Pr */
    right 20%
    width: auto; /* Shir */
    height: auto; /*Vis*/
    padding-top: 1px;
    background: #EAEAFF; /* Fone Color */
    border: 1px solid #DBDCF7;
    vertical-align:top; 
    font-size: 12px;
    font-family: Verdana;
	color: #000000;   
 
 } 
