BODY 	{
	font-size:13px;
	line-height: 25px;
	font-family: Verdana,Arial,Helvetica;
	background-color: #ffffcc;	
	}
A {
	text-decoration:none;
	}

A:link {
	color: red;
	}
A:visited {
	color: green;
	}
A:active {
	color: #00fff;
	}
A: hover {
	color=black;
	}

	

#Content {
	width:650px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:10px;
	}