<style type="text/css">

h1 {
  font: 900 11px arial;
}

h2 {
  font: 900 11px arial;
}

h3 {
  font: 900 11px arial;
}

h4 {
  font: 900 11px arial;
}

td {
  font: 900 11px arial;
}

p {
  font: 900 11px arial;
  margin-left: 7%;
  margin-right: 7%;
  /* text-indent: 1cm; */
  text-align: justify;
}

a {
  font: 900 11px arial;
}

body {
  font: 900 11px arial;
  background-image: 
  url('/images/wall.jpg');
  background-repeat: repeat;
}

.desc { 
  font: 900 9px arial; 
}

a:link { 
  color: #2588a5; 
}

a:visited { 
  color: #2588a5; 
}

a:active { 
  color: #ff0000; 
}

a:hover { 
  color: #ff0000; 
  text-decoration: underline overline; 
}

</style>

