@charset iso-8859-1        
/* author: Andrew Orlov 
 creation date: 19.12.00 */
body {
    margin-left: 10%;
    margin-right: 10%;
    }

h1 {
    color: #FF00C6;
    font-family:  comic sans ms;
    font-size: 18pt;
    font-weight: bolder;
    }

h2 {
    color: #000080;
    font-size: 16pt;
    font-weight: bolder;
    margin-left: 0%}

h3 {
    font-size: 14pt;
    font-weight: normal;
    color: #000080;
    margin-top: 1em;
    margin-bottom: 0.4em;
    }

li {
    font-size: 14pt;
    color: #000080;
    }

small {
    font-size: 80%;
    }

p {
    color: #000080;
    font-size: 11pt;
    text-indent: 6%;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
/*    font-weight: normal;*/
    }

.common {
    color: #000080;
    font-size: 11pt;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    }

.comsm {
    color: #000080;
    font-size: 8pt;
    }

/* for unvisited yet links */
:link {color: #0000FF}

/* for visited links */
:visited {color: #800080}

/* for pressed links */
:active {color: #FF0000}

/* OnMouseOver */
:hover {color: #00BFFF}

sub {
	font-size: 75%;
	margin-bottom: 0px;
	}
sup {
	font-size: 75%;
	margin-top: 0px;
	}
.smlink {
	font-size:11 pt;
    font-weight: bolder;
	}
.text {
	font-size:11 pt;
	}


