 
BODY{
  background-color : #dfffe9;
}
H1{
  font-size : 18px;
  color : #ff7900;
  text-align : center;
  
}
A{
  
  
  color : #ff8080;
}
A:LINK{
  
  color : #ff0000;
}
A:VISITED{
  
  color : #990000;
}
A:HOVER{
  background-color : #00ffff;
}
H2{
  font-size : 15px;
  color : maroon;
  text-align : center;
  background-color : #b4fecc;
  margin-top : 7%;
  margin-left : 7%;
  margin-right : 7%;
  margin-bottom : 7%;
}
P{
  text-indent : 12px;
  margin-top : 5%;
  margin-left : 5%;
  margin-right : 5%;
  margin-bottom : 5%;
border-style : dotted dotted dotted dotted;border-color : fuchsia fuchsia fuchsia fuchsia;}
.list2{
  
  background-color : #fff4f0;
  
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
border-width : 100px 100px 100px 100px;
  font-size : 12px;
  text-align : center;
  color : navy;
}
.name{
  text-align : right;
  
  
  border-bottom-style : double;
}