/* spjoruss */
body {
  margin: 2%;
  background-attachment: fixed;
  background-image: url;
  font-family: Arial,Helvetica,Sans-Serif;
  font-size: 100%;
  text-align: justify;
  background-color: #B0D6F5;
}
a:link {
  color: black;
  text-decoration: none;
}
a:visited {
  color: grey;
  text-decoration: none;
}
a:active {
  color: red;
  text-decoration: none;
}
a:hover {
  background: #FFFFFF none repeat scroll 0% 50%;
  color: #0335A8;
  text-decoration: underline;
}
h1 {
  text-align: center;
  font-size: 250%;
  color: #0335A8;
}
h2 {
  text-align: center;
  font-size: 175%;
  color: #0335A8;
}
h3 {
  text-align: center;
  font-size: 125%;
  color: #0335A8;
}
h4 {
  text-align: center;
  font-size: 125%;
  color: #0335A8;
}
h5 {
  text-align: left;
  font-size: 100%;
  color: #0335A8;
}
h6 {
  text-align: center;
}
hr {
  border: 1px solid #000000;
}
table {
  font-size: 100%;
  font-weight: bold;
  color: #0335A8;
}
