/* don't delete me */
body
{
  font-size: 16px;
  color: rgb(255,255,255);
  font-family: Times New Roman;
/*  background-color: rgb(127,127,127); */
  background-image: url('http://www.bhhsdrumline.com/extra/bas.jpg');
}	
/* maintain order of a: options for proper use. link, visited, hover, active 
a:link
{
  color: rgb(127,255,212);
}
*/
a:visited
{
  color: rgb(255,0,0);
}
a:hover 
{
  /* background-color: rgb(0, 0, 0); */
  /*color: rgb(127,255,212);*/
}
/*
a:active
{
  color: rgb(127,255,212);
}
*/
