A:hover {
	COLOR: red
;}
P {
	line-height : normal;}
A {
	COLOR: blue
;
  
}
H2{
  
  color : green;
  text-align : left;
  font-size : 2em;
  background-color : #f8fdd5;
}
.title{
  
  background-color : #f8fdd5;



  
}
BODY{
  background-color : #f8fdd5;
  margin-left : 50px;
  margin-right : 50px;
}
.text1{
  color : maroon;
  line-height : 1.3em;
  
  
  
  text-align : right;
  background-color : #f8fdd5;
  font-weight : normal;
}
.text2{
  color : maroon;
  text-align : left;
  font-weight : bold;
}
.main{
  text-align : left;
}
H1{
  text-align : center;
  color : purple;
}
HR{
  color : green;
}
.link{
  text-align : left;
}
Table { border-collapse: collapse; }
table, th, td{ border: 1px solid teal; }
