/*
Таблица стилей для электронного пособия
Используется для всех документов
*/
body {
	background-color: #AAFFAA;
	background-image : url(./img/technology.gif);
	background-attachment : fixed;
	background-repeat : no-repeat;
}

H1 {
	font-size: 18pt;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
	color: #0000CC;
   }
H2 {
   	font-size: 16pt;
	font-family: sans-serif;
	color: darkblue;
	font-weight: bold;
	text-align: left;
   }
H3 {
   	font-size: 14pt;
	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;
	text-indent: 1em;
       }

#cite {	font-style: italic;
	font-family: sans-serif;
	text-align: right;
	letter-spacing: 0.3em;
	font-size: 12pt;
      }
#snos {	font-family: serif;
	    text-align: left;
	    font-size: 9pt;
      }
A { font-weight: bold;	font-size: 12pt }
A:link, A:visited { color: darkblue;
		    text-decoration: none ! important
		  }
	A:hover { color: red;
	 	  cursor: default;
	 	}
	A:active { 	color: darkblue;
			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;
   }
#nofloat { float: none; border: solid 1px; text-align: center }
#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;
	}

DT {    text-align: left;
	    font-size: 13pt;
	    color: darkblue;
	    font-family: sans-serif;
        font-weight: bold;
    }

DD {    text-align: justify;
	    font-size: 12pt;
	    color: black;
	    font-family: serif;
        margin-bottom: 8px;
    }
#gl { font-size: 12pt; }

hr { size:1px;
	width:33%;
	color:#000000;
	}
