form
{
  margin: 0em 0;
}

img.imgStyle
{
  border-top-width:10px;
  border-bottom-width:10px;
  border-right-width:10px;
  border-left-width:10px;

  border-style:solid;
  border-color:white;
}

table.outsideTable
{
  border-top-width:10px;
  border-bottom-width:10px;
  border-right-width:10px;
  border-left-width:10px;

  border-style:solid;
  border-color:white;
}

table.innerNumberTable
{
}

table.messageTable
{
  font-family:arial;
}

div.regularText
{
  font-family:tahoma,arial;
}

div.numberText
{
  font-family:arial,tahoma;
  font-size:20px;
  font-weight:20px;
}

div.messageBoardTitleText
{
  font-family:tahoma,arial;
  font-size:15px;
}

div.messageText
{
  font-size:13px;
}

div.dateText
{
  width:70px;
  font-size:10px;
}

div.songDetail
{
  font-size:14px;
  font-family:tahoma;
}

div.messageColumnHeaderText
{
  font-family:courier; 
  font-size:14px;
  letter-spacing:2px;
}

tr.background1
{
  background-color:WHITE;
}

tr.background2
{
  background-color:PINK;
}

tr.backgroundWHITE
{
  background-color:WHITE;
}

tr.backgroundPINK
{
  background-color:PINK;
}

a.songLink
{
  color:BLUE;
  text-decoration:none;
}

a.songLink:visited
{
  color:BLUE;
}

caption.songsCaption
{
  background-color:WHITE;
  font-family:verdana,tahoma,arial;
  letter-spacing:20;
  font-size:20px;
  font-weight:20px;
  font-family:fantasy;
}

input.slideButton
{
   font-size:12px;
   font-family:Bookman Old Style,serif;
   width:76px;
   border-style:groove;
   border-width:2px;
}



