/* --- -------------------------------------
  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 propeties --- */ 
ul {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left : 1.5em;
	margin-right : 0em;
}

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

/* --- 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;
}

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

/* --- 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: 100%;
	margin-left : 1em;
	margin-right : 1em;
}

/* --- bigger bolder text --- */
.bb {
	font-size : 110%;
	font-weight : bold;
}

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