

body {
    margin-top: 0px;
	padding: 0px 0 0px 0;
    font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
    color: #C7D8E8;
    background: #343D2D;
}

.style1 {color: #C7D8E8}

h1 {
    padding: 0px 0 0 0px;
    font-weight: bold;
    font-size: 22px;
    color: #E7F0FA;
}

h1 a {
    font-weight: bold;
    text-decoration: none;
    color: #E7F0FA;
}

h1 a:hover {
    text-decoration: none;
    color: #FF4701;
}

h3 a {
    font-weight: bold;
    text-decoration: none;
    color: #E7F0FA;
}

h3 a:hover {
    text-decoration: none;
    color: #FF4701;
}

h2 {
    padding: 0px 0 0 0px;
    font-weight: bold;
    font-size: 18px;
	text-align: center;
    color: #E16B01;
}

a {
    font-weight: normal;
    text-decoration: none;
    color: #FF4701;
}

a:hover {
    font-weight: bold;
	text-decoration: none;
    color: #FF7A01;
}


