body{
	font-family: 'trebuchet ms', Helvetica;
	font-size: 14px;
	text-decoration: none;
	color: #FFFF00;
	background-color: #56AAF3;
	margin: 0px;
}

h1{
	font-family: Verdana, Helvetica;
	font-size: 24px;
	text-decoration: none;
	color: #990000;
}

td{
	font-family: 'trebuchet ms', Helvetica;
	font-size: 14px;
	text-decoration: none;
	color: #000;
}

img {
	border: none;
}
.form{
	 border: 1px solid #000; background-color: #efffef;
}

.form2{
	 border: 1px solid #ff9900; background-color: #fff;
}

.button{
	 border: 1px solid #000; background-color: #ccc;
}

a:link, a:visited, a:active{
	text-decoration: underline;
	font-family: 'trebuchet ms', Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #0000ff;
}

a:hover{
	font-family: 'trebuchet ms', Helvetica;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

