body {
   background: transparent;
   color: White;
   font-family: "Trebuchet MS";
}

a:link, a:visited, a:active {
	color: #F8DC00;
	text-decoration: none;
}
a:hover {
	color: White;
	text-decoration: underline;
}

.breadcrumb {
   font-size: 10px;
   margin: 0 0 0 2px;
}

h1, h2, h3, h4, h5, h6 {
	color: #F8DC00;
	padding: 1px;
	margin: 1px;
   clear: both;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
	font-style: italic;
}

p, li, textarea, input, td, th {
font-family: "Trebuchet MS"; 
font-size: 13px;
}

p {
	/*margin: 15px 5px 15px 10px;
	background-color:blue;*/
}

form {
   margin:0;padding:0;
}

