body 
{
   color: #000;
   background: #fff;
   text-align: center;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
}

a:link
{ 
   color: #c30;
   background: transparent; 
   text-decoration: none;
}

a:visited
{
   color: #666;
   background: transparent; 
   text-decoration: none;
}

a:hover
{
   color: #f93;
   background: transparent;
   text-decoration: none;
}

a:active
{
   color: #f60;
   background: transparent; 
   text-decoration: underline;
}
   
a.nav:link, a.nav:visited, a.nav:active
{
   color: #666;
   background: transparent;
   font-size: 11px;	  
   font-weight: bold;
   text-decoration: none;
}

a.nav:hover
{
   color: #f93;
   background: transparent;
   font-size: 11px;	  
   font-weight: bold;
   text-decoration: none;
}


a.tiny:link, a.tiny:visited, a.tiny:active
{
   color: #000;
   background: transparent; 
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;
}

a.tiny:hover
{ 
   color: #666;
   background: transparent;
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;
}

.input, .textarea
{
   color: #000;  
   background: #fff; 
   width: 180px;
   font-size: 11px;
   font-family: Verdana, Arial, sans-serif;
}

.search
{
   color: #000;  
   background: #fff; 
   width: 100px;
   font-size: 11px;
   font-family: Verdana, Arial, sans-serif;
}

.button
{
   color: #000;
   background: #fff;
   font-size: 11px;
   font-family: Verdana, Arial, sans-serif;
   font-weight: bold;
}

 /* This is the border line & background colour round the entire page */
.bodyline
{
 	 background:#fff;
	 border:2px solid #000;
   font-size: 11px;
}

.smallline
{
 	 background:#fff;
	 border:0px solid #000;
   font-size: 11px;
}

.menu2
{
 	 background:#fff;
   font-size: 11px;
	 border-right: 2px solid #000;

}

.content
{
 	 background: transparent;
	 border:0px;
   font-size: 11px;
}

.content2
{
 	 background: transparent;
	 border:1px solid #000;
   font-size: 11px;
}

.menu
{
 	 background:#fff;
   font-size: 11px;
	 border-left: 2px solid #000;
	 padding: 5px;	 
}

h1
{
   color: #314550;
   background: #fff;
   font-size: 15px;
	 text-align: center;
}

a.amazon:link, a.amazon:visited, a.amazon:active
{
   color: #FF9933;
   background: transparent; 
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;
}

a.amazon:hover
{ 
   color: #F77813;
   background: transparent;
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;
}
