html,body {
    margin:0px;
    padding:0px;
    width:100%;
    color:black;
    font-size:13px;
    text-decoration:none;
    font-family:arial, sans-serif;
	background: white;
}

h1 {
	color: #d3a126;
	font-size: 1.6em;
}

img {
	border: 0px none;
}

a {
	color:blue;
	font-family:arial,sans-serif;
	text-decoration:none;
}
a:link {
	color:blue;
}
a:visited {
	color:blue;
}

.red {
	color: red;
}

.help_text {
	font-size: 12px;
	color: #777777;
	line-height: auto*
}