/* --- Ссылка черная ------------------------------------ */

A.h1_Link_Over {
  color: #000000;
  text-decoration: none;
}
A:hover.h1_Link_Over { 
  color: #000000;
  text-decoration: underline;
}

/* --- Ссылка H3 темносиняя ----------------------------- */

A.Link_D_Over {
  color: #003366;
  text-decoration: none;
}
A:hover.Link_D_Over { 
  color: #003366;
  text-decoration: underline;
}

/* --- Ссылка H3 светлосиняя ---------------------------- */

A.Link_L_Over {
  color: #3366cc;
  text-decoration: none;
}
A:hover.Link_L_Over { 
  color: #3366cc;
  text-decoration: underline;
}

/* --- Фон сайта --------------------------------------- */

body{
margin: 0;
background-attachment: fixed;
background-image: url(pic/bg_01.png);
background-repeat: repeat-x;  
} 

/* --- Ссылка H4 светлая ------------------------------- */

form {
  margin-top: 0;
  margin-bottom: 0;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
h1 {
  font-family: Times New Roman, sans-serif;
  font-size: 18pt;
  color: #000000;
  font-weight: bold;
  margin-left: 0; 
  margin-right: 0;
}
h2 {
  font-family: Verdana, sans-serif;
  font-size: 12pt;
  color: #003366;
  font-weight: normal;
  margin-left: 10; 
  margin-right: 10;
  margin-top: 0;
  margin-bottom: 0;
}
h3 {
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  color: #003366;
  font-weight: normal;
  margin-left: 5; 
  margin-right: 5;
  margin-top: 0;
  margin-bottom: 0;
}
h4 {
  font-family: Verdana, sans-serif;
  font-size: 8pt;
  color: #003366;
  font-weight: normal;
  margin-left: 5; 
  margin-right: 5;
  margin-top: 0;
  margin-bottom: 0;
}