body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-style: normal;
		text-align: left;
		color:#000000;
}
h1 {
	font-size: 200%;
	text-align: center;
}
h2 {
	font-size: 150%;
	text-align: center;
}
h3 {
	font-size: 115%;
	text-align: center;
}
table {
	border-collapse: collapse;
	border-width: 0px;
	font-style: normal;
	font-size: 13px;
	margin: auto;
}
tr {
	vertical-align: top;
}
img	{
	border: 0px;
}
input {
	font-size: 96%;
}
input.button {
        color:#000000;
        background-color:#FFFFFF;
        margin-left: .5em;
}	
select {
		font-size: 96%;
}
textarea {
		font-size: 96%;
}
a:link, a:visited { 
	color:#000000;
	text-decoration : underline; 
}

a:hover { 
	color:#3366FF;
	text-decoration : underline; 
}
