/*
bNet Music Awards Stylesheet v1.0
Target: All
Author: Matthew Buchanan
*/

body {
	margin: 0; padding: 20px;
	background-color: #fff;
	font: normal 75%/1.7em Arial, Verdana, Helvetica, sans-serif;
	color: #333;
}

h1, h2, h3, p, form, ul {
	margin-top: 0;
	margin-bottom: 0.6em;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 175%;
}

h3 {
	font-size: 150%;
}

small {
	font-size: 85%;
}

input, select, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.inline {
	float: left;
	margin: 5px 5px 5px 0;
}

.plain {
	list-style: none;
	padding-left: 0;
}

a:link, a:visited {
	color: #09c;
}

a:hover, a:active {
	color: #069;
}

/* Site Specific */

ul {
	margin-left: 0; /* IE7 Fix */
}
