<!--Alexander Morozov CSS file -->

<HTML>
<TITLE>Style Sheet for My Web Site> </TITLE>
<STYLE>

BODY
  { 
  color:#008080; 
  background-color: #f5f5dc;
  text-align: center;
  }

PRE
{
text-align: left;
}

H1, H2, H3, H5, H6, H7
  {
  color:#008080;
  font-style: oblique; 
  font-weight: bold;
  text-decoration: underline;
  }
H4
  {
  color:#008080;
  font-style: oblique; 
  font-weight: italic;
  text-decoration: underline;
  }
P.left
  {
  text-align: left;
  }
DL, DD
  {
  text-align: left;
  margin-left: 5%;
  }
DT
  {
  text-align: left;
  margin-left: 5%;
  text-decoration: underline;
  font-style: oblique; 
  }
A:link 
  {
  color:#008080;
  font-family: Comic Sans Ms;
  font-weight: bold;
  }
A:visited
  {
  color:#008080; 
  font-family: Comic Sans Ms;
  font-weight: bold;
  }
A:link IMG
  {
  image-border: 5px;
  border-color: #008080;
  background: white;
  }
A:visited IMG 
  {
  image-border: 5px;
  border-color: #008080;
  background: white;
  }
IMG
  {
  border: 5px;
  }

</STYLE>
</HTML>