@charset "UTF-8";
html { background-color: #FAF8F2; height: 100%; }

body {
	background-color: #FAF8F2;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #6F0000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.lukeProfile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}
.lukeProfileHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #6F0000;
}

a.email:link {color: #333333; text-decoration: none; }
a.email:visited {color: #333333; background-color: transparent; text-decoration: none; }
a.email:hover {color: white; background-color: #6F0000; text-decoration: none; }
a.email:active {color: #333333; text-decoration: none; }

a.sprays:link {color: #6F0000; text-decoration: underline; }
a.sprays:visited {color: #6F0000; background-color: transparent; text-decoration: underline; }
a.sprays:hover {color: white; background-color: #6F0000; text-decoration: none; }
a.sprays:active {color: #6F0000; text-decoration: underline; }