/* --- -------------------------------------
  Style sheet for normal pages.
  By Andrey Vinokurov.
  Russia, Moscow, June 01, 1999
  ---------------------------------------- */

td, p, body, H1, H2, H3 {
  font-family: "Times New Roman", Times, serif;
  color: #384b00;
}

/* --- BODY margins --- */ 
BODY {
	margin-left : 1em;
	margin-right : 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* --- BLOCKQUOTE margins --- */ 
BLOCKQUOTE {
	margin-left : 1em;
	margin-right : 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* --- List item propeties --- */ 
li {
	margin-top: 1em;
	margin-bottom: 1em;
}

/* --- Special bolded blockqoute --- */ 
blockquote.b {
	font-weight: bold;
}

/* --- Propeties redefinition --- */ 
em {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

i {
	font-style: italic;
}

b {
	font-weight: bold;
}

u {
	text-decoration: underline;
}

dt {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 120%;
   font-weight: bold;
   letter-spacing : 0.05em;
   color : 800000;
   margin : 1.5em 0em 0.5em 0em;
}

dt.bright {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 120%;
   font-weight: bold;
   letter-spacing : 0.05em;
   color : #C00000;
}

/* --- Header to article --- */ 
p.h {
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 65%;
	font-family: "Times New Roman", Times, serif;
	color: #A0A080;
}

/* --- Footer to article --- */ 
p.r {
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 65%;
	font-family: "Times New Roman", Times, serif;
	color: #535300;
}

/* --- Smaller font --- */
.s {
	text-align: justify;
	font-size: 85%;
}

.sc {
	text-align: center;
	font-size: 85%;
	font-weight : bold;
}

/* --- text with more spaces --- */
.space {
	letter-spacing : 0.1em;
}
