/* remember to define focus styles! */
a:hover{
	text-decoration:underline;
}

:focus{
	-moz-outline-style:none;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family:"LucidaGrande","bitstreamverasans","trebuchetms",sans-serif,verdana;
	text-decoration:none;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}