#mainContent {
    display: table;
    border: 0px solid black;
    background-color: white;
    width: 800px;
    height: 600px;
    z-index: 3;
}

body {
    text-align: center;
    background-color: brown;
}

h1,h2,h3,h4 { color: brown; }

p,ul,ol,li,td,input,textarea,checkbox,radio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}

th {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-style: normal;
        font-weight: bold;
	color: #000000;
	text-align: center;
}

h1,h2,h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

h4 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
}


a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline; 
	font-style: normal;
}
a:visited { 
	font-style: normal; 
	text-decoration: none; 
	color: #000000;
	text-decoration: underline; 
	}

a:hover, a:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline; 
	color: #000066; 
	}

.footer {
	text-align: center;
}

