h1, h2, h3, h4, h5, h6, p, address, blockquote, div, ul, li {
	margin:0;
	padding:0;/*removes default margins and padding in browsers*/
}

a {
	color: #69f;
	text-decoration: none
}

a:hover {
	color: #fff
}

a:visited {
	color: #96C
}

a:visited:hover {
	color: #fff;
}

body {
	background-color: #444444;
	text-align: center;
	margin: 3px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #FFF;/*background color and text characteristics*/
}

h3 {
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: bold;/*link characteristics*/
	margin-top: 0.3em;
}

p {
	padding: 4px 3px 0 3px;
	margin: 0 0 .8em 0;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.4;
	text-indent: 0px;/*photo caption characteristics*/
}

.fleft {
	float: left;
	padding: 3px;/*floats link to left*/
	margin-left: 2px;
}

.fright {
	float: right;
	padding: 3px;/*floats link to right*/
	margin-right: 2px;
}

.image {
	border: 1px solid #fff;/*borders the photos*/
}

#container {
	padding-bottom: 30px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.adSpacing {
	margin-top: 10px;
	margin-bottom: 10px; /*spacing between ads and other elements*/
}
