* {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 1em;
}
html {
	
}
body {
	font-size: 62.5%;
	color: #000;
	background: #9ebecd url('/dsg/background.gif') repeat-x top left;
}
img {
	border: 0;
}
p {
	padding-bottom: 1em;
}
a {
	color: #3d7c94;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

ul, ol {
	margin-bottom: 1em;
}
ul li, ol li {
	margin-left: 4em;
}

div.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/* pictures */
ul.pictures {
	list-style-type: none;
	margin: 0;
}
	ul.pictures li {
		margin: 0;
		float: left;
		width: 33%;
		text-align: center;
	}
	ul.pictures li.first-in-line {
		
	}
	ul.pictures li.last-in-line {
		
	}
		ul.pictures li img {
			border: 1px solid #0079b9;
		}
		ul.pictures li.spacer {
			clear: both;
			float: none;
			width: 100%;
			height: 1em;
		}
			ul.pictures li a {
				font-size: 1.1em;
				cursor: pointer;
				text-decoration: none;
			}
			ul.pictures li a:hover {
				text-decoration: none;
			}


/* files */
ul.files {
	list-style-type: none;
	margin: 0;
}
	ul.files li {
		margin: 0;
		float: left;
		width: 33%;
	}
	ul.files li.first-in-line {
		
	}
	ul.files li.last-in-line {
		
	}
		ul.files li img {
			
		}
		ul.files li.spacer {
			clear: both;
			float: none;
			width: 100%;
			height: 1em;
		}
			ul.files li a {
				font-size: 1.1em;
				cursor: pointer;
			}
			ul.files li a:hover {
				
			}

