body {
    text-align: center;
    COLOR: #000000;
    background-color: #FAF2B9;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
	FONT-FAMILY: Georgia, Times New Roman, Times, serif;
	FONT-SIZE: 13px
}
#container 
{
    margin: 0 auto; /* this (i think) gets rid of different centering between ie and moz browsers */
    /* This is for general centering - see http://www.evolt.org/article/Ten_CSS_tricks_you_may_not_know/17/60369/ */
    width: 900px;
    height: 400px;
    text-align: left;
    /* this gets all content within the container to position relative to the container */
    position: relative;
}
h1 {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 22px;
    TEXT-DECORATION: none;
    color: #000000;
    font-style: normal;
    font-weight: normal;
	margin-bottom: 5px; 
	margin-top: 0; 
	padding-bottom: 0; 
	padding-top: 0; 
	text-align: center;
}

A
{
    COLOR: #1e9457;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
	FONT-FAMILY: Georgia, Times New Roman, Times, serif;
	FONT-SIZE: 13px
}
A:visited
{
    COLOR: #1e9457;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
	FONT-FAMILY: Georgia, Times New Roman, Times, serif;
	FONT-SIZE: 13px
}
A:hover
{
    COLOR: #1e9457;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: underline;
	FONT-FAMILY: Georgia, Times New Roman, Times, serif;
	FONT-SIZE: 13px
}

A:active 
{
    COLOR: #1e9457;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
	FONT-FAMILY: Georgia, Times New Roman, Times, serif;
	FONT-SIZE: 13px
}