﻿
 body{
	margin:0;
	padding:0;
	text-align:center;	
	font-size: 13px;
	color: #CCCCCC;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
} 

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}

.style1
       {
           font-size: 14px;
       }
       
       
   .style3
   
        {
            color: #666666;
        }