* {
	line-height: 1.2em;
}
body,html,
ul,ol,li,dl,dt,dd,
h1,h2,h3,h4,h5,h6,
pre,p,blockquote,
form,fieldset,input,textarea,select
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 1em;
}
body {
	color: #515a5d;
	font-size: 62.5%;
	background: #d5e9ff url('/dsg/body_background.png') no-repeat top center;
}
img {
	border: 0;
}
p {
	margin-bottom: 1em;
}
a {
	color: #0077f4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

div.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}

