	/* for the body */	body { 		margin:0px 0px 10px 0px;		background:#FFFFFF;				}		/* for the links */	A 			{ color: #999966; text-decoration: none; font-weight:bold; } 	A:link		{ color: #999966; text-decoration: none; } 	A:visited	{ color: #999966; text-decoration: none; } 	A:active	{ color: #99CC66;  } 	A:hover	{ color: #000000; text-decoration: none; font-weight:bold; }		/* for the headers */	h1	{		font-family: 'Lucida Grande', 'Lucida Sans Unicode', Georgia, Verdana, Arial, sans-serif;		color: #666;		font-size: 10;		font-weight: bold;  		background: #DDD;  		line-height: 140%;  		padding: 2px;  		margin-top: 10px;  		text-align: center;  		text-transform: uppercase;		}		/* for the date */	.date	{ 		font-family: Georgia, Verdana, Arial, sans-serif; 		font-size: small; 		color: #666; 		border: 1px dotted #999;		padding: 5px;		margin-bottom: 10px;		font-weight: normal;		background: #DDD;		}				/* for the news */	.news {		font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Georgia, Arial, sans-serif;		color: #333;		font-size: 11px;		font-weight: normal;  		background: #FFF;  		line-height: 16px;  		text-align: justify;  		}  	  	/* for the banner */  	.banner {  		font-family: Georgia, Verdana, Arial, sans-serif; 		font-size: 30; 		color: #666; 		border: 1px dotted #999;		padding: 5px;		margin-bottom: 10px;		font-weight: normal;		background: #DDD;		  		}	/* for the images - putting border around it */	img {		border-width: 1px;		border-color: #666;		border-style: dashed;		}
