
body,p,td{
 font-family : Helvetica;
 font-size : 13px;
 font-weight : bold;
 color : rgb(204,204,204);
 }
  
a{
	color : rgb(255,000,000);
}
 
.default{

}
 
.title{
	font-family : Helvetica;
	font-weight : bold;
	font-size : 16px;
	color : rgb(255,255,255);
}
 
.bold{
	 color : rgb(255,255,255);
	font-size : 14px;
}
 
.note{
	font-size : 12px;
	font-weight : plain;
	color : rgb(153,153,153);
}
 
.quote{
	font-size : 15px;
	font-family: Times;
	font-weight : plain;
	color : rgb(255,255,255);
}

