 
.MarqueeClass{
  color : #ff8000;
  background-color : black;border-top-width : 2px;border-right-width : 2px;border-bottom-width : 2px;border-left-width : 2px;border-style : solid solid solid solid;border-color : silver silver silver silver;
  width : 545px;
  
  font-size : 14px;
  padding-top : 2px;
  padding-left : 2px;
  padding-right : 2px;
  padding-bottom : 2px;
 
}


.linkClass P{
  text-align:center
;}

A.linkClass:link {
  text-decoration: none;
}
A.linkClass:visited {
  text-decoration: none;
}
A.linkClass:hover {  
  border-left-width : 1px;
  border-right-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-left-color : maroon;
  border-right-color : maroon;
}
A.linkClass:active {
  text-decoration : none;
}
