body{
  font-size:18px;
  cursor:default;
  background-image: url("../img/back6.jpg");
  
}
h1,h2{
  text-align:center; 
  text-decoration:underline;
  color:Red;
}
h3,h4,h5,h6{
  text-align:center; 
  color:Red;
}
span.text{
 
  text-indent:30px;
  font-size:16px;
  text-align:justify;
  margin:0 0 0 0;
 
}
span.text:first-letter {
  font-size:20px;
}
hr{
  margin-bottom:30px;
}
p.image{
  text-align:center;
  background-color:black;
  border-color:red;
  border-style:outset;
  border-width:7px;
  margin-top:20px;
  margin-bottom:20px;
}

a:hover{
	color:yellow;
}

a:link{
  text-decoration:none;
  font-size:16px;
  color:black;

}
a:active {
  font-size:16px;
  text-decoration:none;
  color:black;
}
a:visited{
  text-decoration:none;
  font-size:16px;
}

table{
  
  border-width:0px;
  text-align:center;
}
