/* style sheet note:  first item centers your design */

#photolinks {margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#nav {text-align: center;}

#colphotos {width: 110px;
	text-align: center;
	margin-left: 10px;}

.words a {display: block;
	width: 104px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	background-color: #6633cc;
	padding-top: 5px;
	color: #000000;
}

.words a:hover {background-color: #9966cc;
}