@charset "utf-8";
a:link {
	color:#FFFFFF;
	text-decoration: none;
}      /* unvisited link */
a:visited {
	color:#FFFFFF;
	text-decoration: none;
}  /* visited link */
a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}  /* mouse over link */
a:active {
	color:#FFFFFF;
	text-decoration: none;
}  /* selected link */

ul.hex {
	list-style-image: url(file:///C|/Users/Keith/Documents/graphic%20design/mrsdoublefiredotcom/New%20Hotness%202010/images/site_structure/bullet_hex.png);
}