BODY {
	background-color : #e3ecf6;
	border-width: 0px;           /* 1 turns it on */
    border-style: solid;
    border-color: white;
	margin-left : 5%;
	margin-right : 0%;
	margin-top : 5%;
	margin-bottom : 0%;
}

A:LINK {
	color : navy;
	text-decoration : none;
	font-weight : bold;
}
A:VISITED {
	color : blue;
	text-decoration : none;
}

A:HOVER {
	background-color : #e3fcf6; 
	text-decoration : none;
}

/* $Header: /qy cclass/styles/main.css 1     8/05/01 8:36p Qy $ */
