p {
 color: #FFFFFF;
 font-size: 12px;
 font-family: "Trebuchet MS", Arial;
 }
 
.normal {
 color: #FFFFFF;
 font-size: 12px;
 font-family: "Trebuchet MS", Arial;
 line-height: 1;
 }
 
.text {
 color: Black;
 font-size: 12px;
 font-family: "Trebuchet MS", Arial;
 line-height: 1;
 }
 
a:link {
 color: #CCCCFF;
 font-size: 12px;
 text-decoration: none;
 }
 
a:visited {
 color: #CCCCFF;
 font-size: 12px;
 text-decoration: none;
 }
 
a:active {
 color: #FFFFFF;
 font-size: 12px;
 text-decoration: none;
 }
 
a:hover {
 color: #FFFFFF;
 font-size: 12px;
 text-decoration: none;
 }
 
a.text:link {
 color: #CCCCFF;
 font-size: 12px;
 text-decoration: none;
 }
 
a.text:visited {
 color: #CCCCFF;
 font-size: 12px;
 text-decoration: none;
 }
 
a.text:active {
 color: #FF8040;
 font-size: 12px;
 text-decoration: none;
 }
 
a.text:hover {
 color: #FF8040;
 font-size: 12px;
 text-decoration: none;
 }

