/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
body {
    margin: 20px;
    background-image: url(back.gif); 
}
.indexpage {
	background-color : #FFFFFF;
	margin-top: 0px;
	text-align:left;  /* added to replace style="text-align:left" in 6.2.0 */  
	border: 0px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 100%;    /* total width of all the columns */
}
hr {
color:#990000;
height :1px;
background-color:#990000;
}
.update {
float:right;
overflow:auto;
width:100%;
height:390px;
color:black;
background-color:#FFFFA0;
border:1px solid black;
padding:0px;
margin:10px;
}
.update dt {
color:#990000;
font-weight:bold;
border:20px;
margin:10px;
}
}
.update dd {
border:20px;
margin:20px;
}


