  body { color: black; background: white; }
  h1,h2,h3,h4 { font-family: Arial; font-size: 2 }
h1 { font-size: 100%; }
h2 { font-size: 150%; }
h3 { font-size: 100%; }
h4 { font-size: 75%; }

:link { color: rgb(0, 0, 153) }
  :visited { color: rgb(153, 0, 153) }
  :active { color: rgb(255, 0, 102) }
  :hover { color: rgb(0, 96, 255) } 
.main-text{
text-align:justify;
font-size:13px;
padding: 20px 0 0 10px;
font-family:Arial, Helvetica, sans-serif;
}

