HR{
  margin-bottom : 60px;
  width : 80%;
  height : 3px;
}
BODY{
  background-color : white;
  color : #c09fdf;
}
H1{
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-left-color : #c09fdf;
  border-right-color : #c09fdf;
  color : #c09fdf;
  text-align : left;
  font-weight : lighter;
  font-size : small;
}
A{
  color : #bcbcff;
}
DIV{
  border-top-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-left-width : 3px;
  border-style : solid ;
  border-top-color : #c09fdf;
  border-right-color : #c09fdf;
  border-bottom-color : #c09fdf;
  border-left-color : #c09fdf;
  width : 600px;
  margin-bottom : 40px;
}
P{
  border-top-width : 3px;
  border-top-style : solid;
  border-top-color : #c09fdf;
  margin: 0px;
  
  text-align : left;
  text-indent : 1em;
  background-color : white;
}
H3{
  margin: 0px;
  background-color : white;
  color : #c09fdf;
}
A:HOVER{
  color : #c284ff;
  background-color : #f7eeff;
}
A:ACTIVE{
  color : #f9acff;
}
H2{
  text-align : left;
  margin-left : 230px;
  font-weight : lighter;
  font-size : small;
}
