/* general */
body,
div, label, p,
form, input, button, select, textarea,
ul, li,
dl, dt, dd,
table, th, tr, td,
h1, h2, h3, h4, h5, h6
a
{
	margin				: 0;
	padding				: 0;
	font-family			: Verdana, sans-serif;
	font-size			: 100%;
}
body
{
	font-size			: 12px;
	background			: #fff url('/dsg/background-body.png') repeat-x top left;
	color				: #323232;
}
img
{
	border				: 0;
}
p {
	margin-bottom		: 1em;
}
a {
	color				: #b1004a;
	text-decoration		: underline;
}
a:hover {
	text-decoration		: none;
}
a img {
	float: left;
}
a.more {
	color: #af0b50;
	font-weight: bold;
}
p
{
	margin-bottom		: 1em;
}
ul li
{
	margin-left			: 20px;
}

div.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix {
	height: 1%;
}
pre {
	background: #fff;
	border: 4px solid yellow;
	margin: 10px;
	padding: 10px;
}

a.more {
	font-weight: bold;
	color: #ff8a00;
	text-decoration: underline;
	font-size: 90%;
}
a.more:hover {
	text-decoration: none;
}

form p {
	margin: 0;
}
form ul.submits {
	list-style-type: none;
}
form ul.submits li {
	margin: 0;
}