BODY, html { 
background: url(images/background.jpg) fixed repeat #282828 ;
margin: 10; 
font-family: arial, helvetica, veranda, sans-serif ;
font-size: 12pt ; 
color: #000000 ; 
}



a.plain {
text-align: center ;
border: none ;
}

a:hover.plain {
text-align: center ;
border: none ;
}

a {
color: #6600ff ;
text-decoration: none ; 
}

a:hover {
text-decoration: underline ; 
}


.credit { 
font-size: 9pt ; 
text-decoration: none ; 
color: #6a6a6a ; 
}

A.credit:hover { 
font-size: 9pt ; 
text-decoration: none ; 
color: #770022 ; 
}



.wrapper {
padding: 10px ;
background: #ffffff ;
border: 1px solid black ;
width: 850px ;
height: 500px ;

}

.columns {
}


.content {
height: 400px ;
padding: 15px ;
background: #dfdfdf ;
border-top: 1px solid teal ;

}


.footer {
height: 60px ;
}



H1 {
font-family: arial, veranda, helvetica, sans-serif ;
font-size: 14pt ;
color: gray ;
}

H2 {
font-family: arial, veranda, helvetica, sans-serif ;
font-size: 14pt ;
color: #ff0000 ;
}

.gray_list {
font-size: 11pt ;
color: gray ;
}
