/*resets default browser behavior*/


* {
	margin:0;
	padding:0;
}

dl, ul, ol, th, td{
	color: red;
	list-style:none;
}

/*resets default text styles*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#ccc;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#FFF;
	padding-bottom:0.08em;
}

h2 {
	font-size:16px;
	color:#ccc;
	padding-bottom:0.08em;
}

h3 {
	font-size:16px;
	color:#000;
	padding-bottom:0.3em;
}

/*resets default link styles*/

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

a:hover {
	text-decoration: none;
	color: #000;
}

