/**
 * Broncos MC
 * WYSIWYG Stylesheet
 *
 * (c) EZdesign.de
 *
 * Author:   Timo Besenreuther
 * Created:  2008-04-22
 * Modified: 2008-04-22
 */


* {
	margin: 0;
	padding: 0;
}

body, td, input, textarea, select {
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #878787;
}

body {
	background: black;
}

p {
	margin-bottom: 4px;
}

ul {
	margin-left: 30px;
}

a img {
	border: 0;
}

a {
	text-decoration: underline;
	color: black;
}

a:hover {
	text-decoration: none;
}
