

.notes
  {font-family:"Verdana";
  	color:rgb(255,0,0);
  	background-color:rgb(200,250,111);
  	font-weight:bold;
  	/*width:300*/
  	} 
  	
.clred
  {color:rgb(255,0,0);
  	} 
.clredb
  { color:rgb(255,0,0);
  	font-weight:bold;
  	} 
.clblue
  {color:rgb(0,0,255);
  	} 
.clblueb
  { color:rgb(0,0,255);
  	font-weight:bold;
  	} 
.clgreen
  {color:rgb(0,255,0);
  	} 
.clgreenb
  { color:rgb(0,255,0);
  	font-weight:bold;
  	}   	  	

.code{
  	   font-family:Verdana;
  	   font-size:75%;
    	background-color:rgb(220,220,255);
      BORDER-RIGHT: black 1px solid; 
      BORDER-TOP: black 1px solid; 
      BORDER-LEFT: black 1px solid; 
      BORDER-BOTTOM: black 1px solid; 
    padding:5px;}

.jscode{
  	   font-family:Verdana;
  	   font-size:75%;
    	background-color:rgb(220,220,255);
    	cursor:hand;
      BORDER-RIGHT: black 1px dotted; 
      BORDER-TOP: black 1px dotted; 
      BORDER-LEFT: black 1px dotted; 
      BORDER-BOTTOM: black 1px dotted; 
    padding:5px;}
    
    
.keyword{
	  font-weight:bold;
}

.output{
	   color:rgb(55,44,44);
	    font-family:Verdana;
  	   font-size:75%;
  	   	background-color:rgb(200,200,201);
  	   	BORDER-LEFT: blue 5px solid;
  	   	padding:5px;
}

caption { 
padding: 0 0 5px 0; 
width: 700px; 
font: italic 11px  Verdana, Arial, Helvetica, sans-serif; 
text-align: right; 
} 


.normal1 table{ width:600px; border-collapse:collapse; overflow:hidden;} 
.normal1 td{ border:#333333 solid 1px;}