body{
	background-color:rgb(230,230,230);
}

h1,h2,h3{text-align:center;}

h3{ font-weight: normal;}

.since{font-style: italic;}

table{
	border-style: none;
	text-align:left;
}

th,td{
	padding-left:2em;
}

#left{
	float:left; 
	max-width: 40em;
	padding:0.7em 0.7em 0.7em 0.7em;
	margin: 0em 0em 3em 3em;
}

#right{
    margin:0em 0em 0em 3em;
    float:left;width:260px;
}
 
dt{
	font-weight:bold;
	margin-top:2em;      
}

