/*
Таблица стилей для электронного пособия
Используется для всех документов
*/
body {
	background-color: #AAFFAA;
	background-image : url(./img/technology.gif);
	background-attachment : fixed;
	background-repeat : no-repeat;
}

H1 { 	font-size: 23pt;
	font-family: sans-serif;
	color: red;
	font-weight: bold;
	text-align: center;
   }
H2 {
   	font-size: 17pt;
	font-family: sans-serif;
	color: blue;
	font-weight: bold;
	text-align: left;
   }
H3 {
   	font-size: 15pt;
	font-family: monospace;
	color: black;
	font-weight: bold;
	text-align: right;
   }
#abzac:first-line {	font-weight: bold }
#abzac:first-letter { 	font-size: 300%; float: left }
P      {
       	text-align: justify;
	font-size: 14pt;
	color: black;
	font-family: serif;	
       }
#cite {	font-style: italic;
	font-family: sans-serif;
	text-align: right;
	letter-spacing: 0.3em;
	font-size: 12pt;	
      }

A { font-weight: bold;	font-size: 12pt }
A:link, A:visited { color: blue; 
		    text-decoration: none ! important
		  }
	A:hover { color: red;
	 	  cursor: default;
	 	}
	A:active { 	color: blue; 
			text-decoration: none ! important
		 }
UL { list-style-type: disk;
	text-align: justify;
	font-size: 14pt;
	font-family: serif;
   }
   
OL { list-style-type: decimal;
	text-align: justify;
	font-size: 14pt;
	font-family: serif;
   }
#gif { float: left; border: solid 0px}  
IMG { float: right;
    	border: groove 1px black;
	margin-top: 4px;
	margin-left: 10px;
    }
IMG:hover { border: thin dotted red; }

#caption { 	font-family: sans-serif;
		font-weight: bold;
	}
    
