/* CSS Document */
* {
	font-size: 11px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	font-size: 11px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0;
	background-image: url(images/red_feet.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}

h1 {
	font-size: 22px;
	color: #150499;
	font-weight : bold;
	font-family: Courier New, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}

p {
	line-height: 18px;
	}


#copy {
	margin: 5px 15px 5px 15px;
}

.copyright {
	font-size:11px;
	color : #000000;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
}

.pullquote {
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight: bold;
	line-height: 20px;
	padding: 1em;
	color : #757575;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #150499;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #150499;
}

	a:link {
	color: #190101;
	font-weight: bold;
	text-decoration: underline;
	
}
	
	a:visited {
	text-decoration: underline;
	color: #757575;
}

a:hover {
	text-decoration: underline;
	color: #190101;
	background-color: #FBF073
}

a:active {
	text-decoration: underline;
	color: #190101;
	background-color: #F7F7CD;
}

ul {
	list-style-image : disc;
	font-size:11px;
	line-height: 16px;
}
.highlight {
	font-size: 10px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color:#F7F7CD;
	overflow: hidden;
	display: inline;
}

