body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	color: #000000;
	background-color: #99d6ff;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h1,h2,h3,h4,h5,h6{
    padding: 0px;
    margin: 0px;
}

table {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: #000000;
	border-collapse: collapse;
}
table th,td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #000000;
}
table td {
	background-color: #dddddd;
}
table th {
	background-color: #dddd00;
}
	

