body {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    background: #F9FCE6;
    font-size : 12px;
    font-weight : normal;
}

p {
    color: #000000;

    font-weight : normal;
}

ol {
    color: #000000;
    font-size : 12px;
    font-weight : normal;
	margin-left:20px;
	padding:0;
}

ul {
    color: #000000;
    font-size : 12px;
    font-weight : normal;
	margin-left:20px;
	padding:0;
}
li {
	margin:0 0 10px 0px;
	padding:0;
	}
.table {
    color: #000000;
    font-size : 12px;
    font-weight : normal;
}

h1 {
    font-size : 66px;
    font-weight : normal;
    font-style: bold;
    color : #ffffff;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    spacing : 0px;
    letter-spacing: 0px;
}

h2 {
    font-size : 18px;
    font-weight : normal;
    font-style: normal;
    color : #669933;
    padding: 0px auto 0px auto;
    margin: 0px;
    spacing : 0px;
	text-align:center
}

h3 {
    font-size : 14px;
    font-weight : bold;
    font-style: normal;
    color : #669933;
    padding: 0px auto 0px auto;
    margin: 0px;
    spacing : 0px;
}

a:link {
    color : #669933;
    font-weight: none;
    text-decoration: none
}

a:hover {
    color : #ff0000;
    font-weight: none;
    text-decoration: underline
}

A:visited {
    color : #339966;
    font-weight: none;
    text-decoration: none
}