a:visited {color: #3399cc;text-decoration: none;
           text-transform: uppercase;
           }
       a:hover {color:#lightblue; text-decoration:none
           text-transform: uppercase;
           }
       a:active {color: #3399cc;text-decoration: none;
           text-transform: uppercase;
           }


.css {
	border: dotted 1px #FFFFFF;
}

body {
	background-color: #D4D5D7;
}
.style1 {
	font-size: 12px;
	letter-spacing:2px;
	font-family: 'Gill Sans', 'Trebuchet MS', Helvetica, sans-serif;
	color: #5EA1D8;
}
.style2 {font-size: 10px}
.style3 {
	font-size: 14px;
	letter-spacing:2px;
	font-family: "Times New Roman", Times, serif;
	color: #CCCCCC;
} 
.link {
	font-family: 'Gill Sans', 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #CCCCC;
	color: #5EA1D8;
	text-decoration: none;
}
