h1,h2,h3,h4,span,p {
    font-family: arial,helvetica,sans-serif;
    color: #101010;
    margin-bottom:0;
}

h1,h2,h3,h4 {
    font-weight: bold;
}

h1 {
    font-size:xx-large;
    text-align: center;
    margin-top: 0;
}

h2 {
    margin-top: 20px;
    font-size:x-large;
    text-align: center;
}

h3 {
    font-size:medium;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}

h4 {
    font-size:medium;
    text-align: left;
    margin-top: 0;
}

p {
    font-size:medium;
    margin-top: 0;
    margin-bottom: 10px;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

body {
    background-image: url("bgBlueToWhiteTall.jpg");
    background-repeat:repeat-x;
    color:#003300;
}

#bodyDiv {
    width: 600px;
    text-align: center;
}

img {
    border: 0;
}

a:link {
	color: #267520;
}

a:visited {
	color: #267520;
}

a:hover {
	color: #35A02C;
}

a:active {
	color: #267520;
}

a.otherLink:link {
	color: #000000;
}

a.otherLink:visited {
	color: #000000;
}

a.otherLink:hover {
	color: #505050;
}

a.otherLink:active {
	color: #808080;
}

a.undecorated {
    text-decoration: none;
}

.myNew {
	color: #ff8000;
}

.italics {
	font-style: italic;
}

.red {
	color: #ff0000;
}

.orange {
	color: #ff8000;
}

.blue {
	color: #0000ff;
}

.purple {
	color: #800080;
}

.grey {
	color: #606060;
}