/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.siteBy {
	font-size: 9px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

a {
	text-decoration: none;
}

.siteBy a:link,
.siteBy a:visited {
	color: #999999;
	text-decoration: none;
}
.siteBy a:hover,
.siteBy a:active {
	text-decoration: underline;
}
