/* general specifications */
body {
    background:#ffffff;
    text-align:center;
    font-family:arial;
    font-size:10pt;
    }
    
h1 { 
	font-size:11pt;
	text-align:center;
	}
	
h2 {
	font-size:10pt;
	text-align:left;
	}

a {	
	color:#0000ff;
	text-decoration:none;
	}
    
#page {
	width:600px;
	margin:auto; /* this line guarantees contents are centered in mozilla with not extra tweaks */
	}
	
#sidebar {
	width:150px;
	float:left;
	}
	
#content {
	width:440px;
	padding-left:10px;
	text-align:left;
	float:left;
	}
	
ul#weeks {
	margin:0;
	padding:50px 15px 0 0;
	list-style:none;
	}

ul#weeks li {
	padding:2px 0;
	height:20px;
	}
	
ul#weeks li a {
	font-weight:bold;
	display:block;
	padding:2px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;	
	}
	
ul#weeks li a:hover {
	color:#ff0000;
	}
	
/* review question specific section */
ol.qanda {
	margin:0 0 15px 15px;
	padding:0 0 15px 15px;
	list-style:decimal;
	}
	
ol.qanda li {
	padding:2px 0;
	}

ol.qanda li span {
	color:#3366cc;
	}

.headline {
	color:red;
	font-weight:bold;
	}