BODY {
    background-color: #333333;
    font-family: "Garamond", "Times New Roman", Times, serif;
    color: White;
}

H1 {
    text-decoration : none;
    text-transform : none;
    letter-spacing : 0.5em;
    color: White;
}

H2 {
    font-style : italic;
    color: White;
}

UL {
    list-style-type : disc;
    white-space : normal;
    list-style-position : outside;
}

LI {
	
}

A {
    color : #FFFF99;
}

em {
	font-size: 1.1em;
}

H3 {
	margin-bottom: -1em;
}

.Section {	
    background-color: transparent;
    padding: 10px;
}

.SectionHeader {
    padding: 2px 2px 2px 2px;
    background-color: #FFFF99;
    color: Maroon;
    font-weight: bold;
}

.Content {
    background-color: Gray;
    background-image : url('background.jpg');
    background-position : right;
    background-repeat : no-repeat;
}

.MainText {
    margin : 5px 5px 5px 0px;
}

.Footer {
    padding: 5px;
    color: #FFFF99;
    font-size: smaller;
    text-align : center;
}
