
body {
    margin:1px;
    padding:0px;
    background: url(images/bg.jpg);
    font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
   
    }

a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #ffc428;
 }

.donate {
  border: 1px solid #000;
  width: 370px;
}

.footer {
   color: #fff;
   font-size: 10pt;
   font-weight: bold;
}

.header {
 font-weight: bold; 
}

.menu {
 color: #ffc428;
 font-weight: bold;
}

.thumbs{
 border: #000 solid 1px;    
}

.white {
  background: #fff;
  border: 5px solid #ffc428;
}

.white a {
  color: #0000C0;
  font-weight: bold;
  text-decoration: none;
  background: url(images/dashedunder.gif) bottom left repeat-x;
}

.white a:hover {
  color: #0000FF;
  text-decoration: underline;
  background: none;
 }

.white a:visited {
  color: #0000C0;
  font-weight: bold;
  text-decoration: none;
  background: url(images/dashedunder.gif) bottom left repeat-x;
}

.white a:hover:visited {
  color: #0000FF;
  text-decoration: underline;
  background: none;
 }
 
#extrainfo {
        background-color: #ffffcc;
        border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
	left: 0px;
	height: 20px;
	width: 100%;
	padding: 1px;
	position: fixed;
	_position:absolute;
	_top:expression(eval(document.body.scrollTop));

 }
 
.extrainfotext {
  color: #000;
  font-size: 9pt;
}

.extrainfotext a:link {
  color: #0031CC;
  font-size: 9pt;
  text-decoration: none;
  background: url(images/dashedunder.gif) bottom left repeat-x;
 }

.extrainfotext a:visited {
    color: #0031CC;
    font-size: 9pt;
    text-decoration: none;
    background: url(images/dashedunder.gif) bottom left repeat-x;
  }
 
.extrainfotext a:hover {
    color: #000;
    text-decoration: none;
    font-size: 9pt;
    text-decoration: underline;
  }

  