/*	Name:	news.css
	Site: http://www.townofbernalillo.org/newsletters.htm
	Author: Jon Guenther
	Last mod: 8-Dec-06
*/
#pressLinks {
	background-color: #cccccc;
	border-top: 2em solid #000066;
	color: 000066;
	margin-left: 90px;
	width: 440px;
}
ul#pressList {
	list-style: none;
}
ul#pressList li {
	background-image: url(../img/pdficon_small.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0.3em 0 0.2em 2em;
}
ul#pressList li a:link {
	color: #000066;
	text-decoration: none;
}
ul#pressList li a:visited {
	background-color: #cccccc;
	color: #000066;
	text-decoration: underline;
}
ul#pressList li a:hover {
	background-color: #fff;
	color: #000066;
	text-decoration: underline;
}