.lightText { color: #DFE8F1; }
.mediumText { color: #5375A4; }
.strongText { color: #2E3F75; }

/* Background Colors */
.white { background-color: #FFFFFF; color: #000000 }
.light { background-color: #DFE8F1; color: #000000 }
.medium { background-color: #5375A4; color: #FFFFFF }
.strong { background-color: #709AD1; color: #FFFFFF }

/* This removes border and dodgy aligment of images */
#content img,#contentalt img {
border:0px solid #b0b0b0;
float:none;
margin:0px;
padding:0px;
}

#content h1,#content h2,#contentalt h1,#contentalt h2 {
background-color:inherit;
color:#606060;
font-size:1.8em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 15px;
padding:0;
}
