/* This is the style sheet for Munster Lego League bkgborder.gif*/
body{ 
  background-image: url(Graphics/BlueCarbon.gif);  
  margin-bottom: 0px;
  font-family: Helvetica, Arial;
  color: black;
  font-size: 11px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  scrollbar-base-color: #ff5500; 
  scrollbar-arrow-color: black;
  scrollbar-DarkShadow-Color: black; 

}  

a:link    {color: blue; text-decoration: none}
a:visited {color: blue; text-decoration: none}
a:hover   {color: red;  text-decoration: underline}
a:active  {color: blue; text-decoration: none}
 

/* Definitions */
.news  {  position: relative; color: black; font-size: 14pt; text-decoration: underline; font-family: impact }
.news2 {  position: relative; color: blue;  font-size: 34pt; font-weight: bold; font-family: Comic Sans MS}



div.sample_attach, a.sample_attach
{
  width: 125px;
  border: 1px solid black;
  background: lightblue;
  padding: 0px 5px;
  font-weight: 900;
  color: blue;
}

a.sample_attach
{
  display: block;
  border-bottom: none;
  text-decoration: none;
}

form.sample_attach
{
  position: absolute;
  visibility: hidden;
  border: 1px solid black;
  background: #FFFFEE;
  padding: 0px 5px 2px 5px;
}