/* Stylesheet for CS106L Website.
 * If you're the type that reads this, I apologize if it's a little tricky to read.
 */
 
 body
 {
	 font-family: "Times New Roman", serif;
	 font-size: 14pt;
	 
	 color: #000040;
	 background-color:white;
 }
 
 /* Tables are for layout unless noted otherwise. */
 table
 {
	 border: none;
	 background-color: inherit;
	 color: inherit;
	 vertical-align: top;
}
 
 tt
 {
	 font-size: 12pt;
	 font-family: "Courier New", Courier, monospace
 }
 
  code
 {
	 font-size: 12pt;
	 font-family: "Courier New", Courier, monospace
 }
 
 th
 {
	 text-align: left;
	 color: inherit;
	 background-color: inherit;
	 font-weight: bold;
	 font-size: 14pt;
	 vertical-align: top;
 }
 
 td
 {
	 text-align: left;
	 color: inherit;
	 background-color: inherit;
	 font-weight: normal;
	 font-size: 16pt;
	 padding-right: 20px;
	 vertical-align:top;	/* To make everything top-aligned. */
 }

 a
 {
	 text-decoration: none;
 }
 
 div.header
 {
	font-weight: bold;
	font-size: 16pt;
 }
 div.date
 {
	font-size: 12pt;
 }
 div.announcement
 {
	 padding-left:30px;
 }
  
 #header_bar
 {
	height: 351px;
	 
	background-image: url(../images/cs103.png) !important; 
	background-repeat: no-repeat;
	background-position: top center;
 }
 
 #announcement_bar
 {
	 width: 420px;
	 margin-right: 30px;
	 float: left;
	 text-align: left;
 }
 
 #non_code_bar
 {
	 width: 350px;
	 margin-right: 30px;
	 float: left;
	 text-align: left;
 }
 
 #code_bar
 {
	 width: 350px;
	 margin-right: 30px;
	 float: left;
	 text-align: left;
 }
 #data
 {
	 width: 1250px;
	 text-align: center;
	 padding-left: 100px;
 }
 a {
    color: blue;
    font-weight: bold;
 }
  
 .files {
 	font-size: 75%;
 }
 
 .solutions {
 	font-size: 75%;
 	margin-left: 20px;
 }
