/* CSS Document - Dick Whittington */

/****** basics ******/

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0px none;
}

body {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #fff100;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
}

h1 { font-size: 24px; line-height: 1.5; 	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px; color:#fff100}
h2 {
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color:#fff100;
} 
h3, h4, h5, h6{ margin: 0; }
p{
	font-size: 12px;
	line-height: 1.5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
li {
	list-style-type: none;
}
ul{
	font-size: 12px !important;
	margin: 0px;
}

a img {
  border: 0px none;
}
#main img{
	float: left;
	margin-right: 8px;
}
a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	color: #0abab5;
	text-decoration: underline;
}
