h1 {
    font: 1.4em Book Antiqua, serif;
    text-align: left;
    color:#BE8D2A;
}

h2 {
	font: bold 1.6em Book Antiqua, serif;
    text-align: center;
    color:#E9AD33;
}

h3 {
	font: bold 3.2em Book Antiqua, serif;
    text-align: center;
    color:#E9AD33;
}

h4 {
	font: 3.6em Book Antiqua, serif;
    text-align: center;
    color: #BE8D2A;
}

h5 {
	font: 1.2em Book Antiqua, serif;
    text-align: center;
    color:#BE8D2A;
}

h6 {
    font: 0.95em Book Antiqua, serif;
    text-align: center;
    color:#BE8D2A;
}




body {
	background-color: #F0D684;   
}




a:link {
	color:#006699;
	text-decoration:none;
}
a:visited {
	color:#006699;
	text-decoration:none;
}
a:active {
	color:#006699;
	text-decoration:none;
}
a:hover {
	color:#e99d33;
	text-decoration: none;
}




table {
    font-family:verdana;
    font-size:0.8em;
    font-weight: bold;
    color:#006699; 
    background-color: #FBF2D7;
}




#inside {
    margin-left: 18px
}


th {
    background:#E9AD33;
}


form {
    font-family:verdana;
    font-size:0.85em;
    font-weight: bold;
    color:#006699;
    text-align: left;
    background-color:#EDD7A9;
}