body {
    background-color: #ffffff;
}

img {
    border-style: none;
}

#header {
	background-color: #7799ff;
        text-align: center;
}

a { text-decoration: none; }

#content {
	background-color: #ffffff;
        color: #4466FF;
        /* overflow: auto;
        max-height: 500px; */
}

#footer {
	background-color: #ffffff;
        color: white;
        text-align:left;
        bottom : 32px;
}

img.footer {
        vertical-align:middle;
}

table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: dotted dotted dotted dotted;
	border-color: green green green green;
	border-collapse: separate;
	background-color: white;
}
table th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: rgb(221, 255, 221) rgb(221, 255, 221) rgb(221, 255, 221) rgb(221, 255, 221);
	background-color: #4466FF;
	color: white;
	-moz-border-radius: 6px 6px 6px 6px;
}
table td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: rgb(221, 255, 221) rgb(221, 255, 221) rgb(221, 255, 221) rgb(221, 255, 221);
	background-color: white;
	-moz-border-radius: 6px 6px 6px 6px;
}