/* @override http://www.w-d-entertainment.com/stylesheets/style.css */

/* @group Reset */

html,body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,a, a img {
	border: 0;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Basics */

body {
	background-color: #fff;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	margin: 20px;
	padding: 40px;
}

a:link,a:visited {
	color: #c30;
	text-decoration: none;
}

a:hover,a:active {
	color: #000;
	text-decoration: underline;
}

h1 {
	color: #c33;
	font: 24px Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px solid #ccc;
	letter-spacing: 0px;
	margin: 0 0 20px;
	padding: 0 0 10px;
}

h2 {
	color: #888;
	font: 14px Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 10px;
}

p {
	font-size: 12px;
	padding-bottom: 12px;
	margin: 0;
	padding-top: 12px;
	color: #333;
}

blockquote {
	border-left: 10px solid #e6e6e6;
	padding-left: 14px;
}

/* @end */

/* @group Alerts */

.alert {
	color: #c30;
	font-weight: bold;
	font-size: 12px;
}

/* @end */

/* @group Custom */

.subtxt {
	color: #333;
	font-size: 10px;
}

/* @end */
