/* CSS Document */
body {background-color:#ffffff;}
img{border:0px;}
img a {border:0px;}

.border
{
border-bottom:1px solid red;
border-left:1px solid red;
border-right:1px solid red;;
border-top:1px solid red;
}

.line
{
 border-bottom:8px solid 008080;
}
.font
  {
   font-family:"cambria bold";
   font-size:14px;
  }
  
  .random
  {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	line-height:20px;
  }	
   
  .random .top
  {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0000FF;
	font-weight:bold;
	text-decoration:underline;
	
  }
  
  .random .bot
  {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#006600;
	font-weight:bold;
	text-decoration:underline;	
  }
  
  
	
