margin { margin: 0%; }
	
body { 	padding: 0%;
	color: #DDD5E0;
 	font-size: 5px;
	font-family: georgia; times; }
		
.cc
 {	border-width:5px;     
	border-left:blue;
	border-top:red;
	border-right:green;
	border-bottom:goldenrod; 
	border-style:double; 
	background-color: transparent; }
		
input {	color: #000000;
	font-family: georgia; times }
		
A:link    { text-decoration: none; color: #ccffff; }
A:active  { text-decoration: none; color: #ffffff; font-weight: bold; }
A:visited { text-decoration: none; color: #ccffff; font-weight: bold; }
A:hover   { text-decoration: none; color: #ffffff; font-weight: bold; }