* {
	padding:0;
	margin:0;
}

p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:0em 1em; }
li, dd { margin-left:2em; }
fieldset { padding: .5em; }

html {
	font-size:100.01%;
}

body {
	margin: 0;
	padding: 0;
	font-size:62.5%;
	font-family: Verdana, "Lucida Sans Unicode", "Sans serif",Arial, Helvetica;
	min-width: 20em;
}

* ::-moz-selection 
{
	color: #777777;
}

.thumbnail{
	border-width: 0px;
	-moz-transition:box-shadow 1s,transform 1s;
}
.thumbnail:focus, .thumbnail:hover{
	-moz-box-shadow:0 0 10px #666;
	-moz-transform: scale(1.1);
}

hr {
	color: #C0C4C7;
	border: #C0C4C7 1px dashed;
}

p {
	padding-bottom: 1em;
}

a {
	color: #0B1F21;
	text-decoration: none;
}

a:link[href] {
	color: #0B1F21;
	text-decoration: underline;
	cursor: pointer;
}

a:visited {
	color: #1B2F31;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #2B3F41;
	text-decoration: none;
	cursor: pointer;
}

a:active {
	color: #2B3F41;
	text-decoration: none;
}