.outline {
	border-style: solid;
	border-color: #000;
	border-width: 1px;
}

.darkbackground A:link {text-decoration: none; color: #FFF; font-weight: bold}
.darkbackground A:visited {text-decoration: none; color: #FFF; font-weight: bold}
.darkbackground A:active {text-decoration: none; color: #FFF; font-weight: bold}
.darkbackground A:hover {text-decoration: none; color: #330000; font-weight: bold}

.darkbackground2 A:link {text-decoration: none; color: #FFF}
.darkbackground2 A:visited {text-decoration: none; color: #FFF}
.darkbackground2 A:active {text-decoration: none; color: #FFF}
.darkbackground2 A:hover {text-decoration: underline; color: #FFF}

.body A:link {text-decoration: underline; color: #330000;font-weight: bold;}
.body A:visited {text-decoration: underline; color: #330000;font-weight: bold;}
.body A:active {text-decoration: underline; color: #330000;font-weight: bold;}
.body A:hover {text-decoration: none; color: #330000;font-weight: bold;}

.body {
	color: #FFF;
	font-size: 17px;
}

p {
	text-indent: 10px;
}

input {
	border-width: 1px;
	border-color: #000;
	border-style: solid;
}

div.error_message {
	color: #FFF;
	background: #330000;
	width: 100%;
	text-align: center;	
}

hr {
	width: 80%;
	border-color: #330000;
	border-style: dashed;
	border-width: 1px;
}
