@charset "iso-8859-1";

body {
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    background-color: #E6E6E6;
}

#container {
position: relative;
text-align: left;
border: 0px solid #CC0033;
background-color: #E6E6E6;
margin:0px auto;
padding: 5px;
width: 72em;
background-image: none;
}

a:link,a:visited {
 COLOR: #420000; TEXT-DECORATION: none
}

a:hover,a:active {
COLOR: #CC0033; TEXT-DECORATION: underline
}

H1 {	color: #CC0033;
       font-size: 13px ;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
DIV {
border: 1px solid #CC0033;
background-color: #F4F4F4;
width: 11em;
height: 21em;
padding: 2px;
}
