.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC6633;
	text-decoration: none;

}
.links A:hover {
	background-image: url('images/spinning_window3.gif');
	background-repeat: no-repeat;
	background-position: center;
}

.links A:visited {
	color: #CC6633
}

.links2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC6633;
	text-decoration: none;
}
.links2 A:hover {
	background-image: url('images/spinning_window2.gif');
	background-repeat: no-repeat;
	background-position: center;
}

.projectTable {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666699;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-top-color: #666699;
	border-right-color: #666699;

}



.link-button {
    border: 0;
    padding: 0;
	cursor: pointer;
	background: none;

    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC6633;
	text-decoration: none;

    overflow: visible;
}

.link-button input:hover {	
	color: #990000;
	background-image: url('images/spinning_window3.gif');
	background-repeat: no-repeat;
	background-position: center;
}

Body { background-repeat: no-repeat; 
	   background-color: ##C6D8EC; }