/* general */
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, Georgia;
	font-size: 1em;
}

body {
	font-size: 62.5%;
	color: #666;
	/*background: #f3ebe0 url('/media/dsg/bg.jpg') repeat-x top center;*/
	background-color: #ffffff;	
}

img {
	border: none;
}

a {
	color: #00a0e6;
	text-decoration: underline;	
}
a:hover {
	text-decoration: none;	
}

p {
	margin-bottom:1em;
}

div.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}

.http_error {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}
