 
H1{
  font-size : medium;
  color : black;
  background-color : white;
  font-family : Arial;
}
P{
  line-height : 140%;
  font-size : xx-small;
  font-family : Arial;
}
A{
  text-decoration : none;
  color : white;
}
.box{border-width : 5px 5px 5px 5px;border-style : double double double double;border-color : silver silver silver silver;
  background-color : #faf4e7;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  width : 740px;
  
}
BODY{
  color : #333333;
  background-color : #ffffff;
}
A:link{
  color : #ffffff;
}
A:visited{
  color : white;
}
A:hover{
  color : aqua;
}
A:active{
  color : fuchsia;
}
.redtext{
  font-size : small;
  color : red;
}

