@charset "utf-8";
body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	background-color: #630505;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a:link, a:visited, a:active {
	color: #009900;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

.site {
	font-size: 18px;
	font-weight: bold;
}
.follow {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.step {
	font-size: 24px;
	font-weight: bold;
	color: #009900;
}
.steps {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.xxx {
	font-size: 28px;
	text-transform: uppercase;
	color: #8F8F8F;
}

.only {
	font-size: 18px;
	font-weight: bold;
	color: #AEAE39;
}
.border {
	border: 1px solid #CCCCCC;
}

.border_top {
	border-top: 1px solid #CCCCCC;
}
