/* @override http://localhost/~michael/DivinityLight/css/text.css */

body {
	text-align: left;
	color: #f9f9f9;
	background-color: #050505;
	font: 13px "Minion Pro", BiauKai, "Times New Roman", Times, serif;
	width: 98%;
	height: 100%;
}

h1, h2, h3 {
	word-spacing: 3px;
	font: 18px "Minion Pro", BiauKai, Times, "Times New Roman", serif;
	color: #9e0d05;
}

a:link {
	border-style: none;
	color: #9e0d05;
	text-decoration: none;
}

a:link img {
	text-decoration: none;
	border-style: none;
}

a:focus { outline: 
none; }

a:visited {color: #9e0d05;
	text-decoration: none;
}

a:visited img {
	border-style: none;
}

a:hover,a:active {
	text-decoration: none;
	border-bottom-style: none;
	border-style: none;
}

.req {
	color: #ec0000;
}

.subdued {
	color: #2a2a2a;
	font-size: smaller;
	letter-spacing: 1px;
	display: block;
	margin-top: 20px;
}

.subtitle {
	font-size: 14px;
	color: #7e7e7e;
}

.comment {
	font-size: 11px;
	color: #7e7e7e;
	font-style: italic;
}

.highlight {color: #e17000}

.error {color: #ff9e00;font-weight:bold}

.success {color: #fff;font-weight:bold;
	display: inline-block;
}

.sublink {
	font-size: 15px;
	margin-right: 10px;
}

.sublink a {
	color: white;
}

.sublink a:visited {
	color: white;
}

.sublinkactive {
	font-size: 15px;
	margin-right: 10px;
}

.sublinkactive a {
	color: #9e0d05;
}

.sublinkactive a:visited {
	color: #9e0d05;
}

.quote {
	font-style: italic;
}