@charset "UTF-8";
/* CSS Document
Patricia L. Snyder
Links CSS
©2010 Patricia L. Snyder
Created 10/25/09 1:27PM
Updated 10/25/09 1:27PM
Validated 10/25/09 1:27PM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */

/* TEXT */

h1 {
	font-weight: bold;
	margin: 30px 0 20px 0;
}

/* LISTS */

ul#links li {
	display: list-item;
	padding: 0 0 15px 0;
}

/* IMAGES */

img#linkshead {
	margin: 10px 0 20px 0;
}

/* LINKS */

div#contentdiv a {
	color: #000;
	text-decoration: underline;
}

div#contentdiv a:hover {
	color: #fff;
	text-decoration: underline;
}