/* CSS file for a course website, circa 2005 style.
 * Author: Philip Levis <pal@cs.stanford.edu>
 */
body {	
	background: #FFFFFF; 
	color: #000000; 
	font-family: Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 14px;
	list-style: outside;
}
table { }

a:link { 
	color: #d3595e;
	text-decoration: none;
} 
a:visited { 
	color: #b3393e; 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
b { 
	font-weight: bold; 
}

em {
	font-style: oblique;
}

h1 {    
	font-size: x-large;
	font-weight: bold; 
	font-family: Helvetica, sans-serif;   
}
h2 { 
	font-size: x-large; 
	font-weight: bold;
}
h3 { 
	font-size: large;
	font-weight: bold;
}

h4 { 
	font-size: large;
	font-weight: normal; 
}
sup {
	font-size: x-small;
} 
sub {
	font-size: x-small;
} 

ul.links {
	border: 0;
	margin-left: 1.5em;
	padding: 0;
	text-decoration: none;
	text-align: left; 
	font-size: small; 
}

.courseinfo {
  font-size: 12pt;
}

.courseinfo li {
  padding-bottom: 8px;
}

.navigation-text {
  font-weight: bold;
}

.page-header {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.paper-topic {
  background: #ff898e;
  font-weight: bold;
  font-size: 14px;
}

.assignment {
  color: #a00000;
  font-weight: bold;
}

.class-entry {
  background: #b0b0b0;
  font-weight: bold;
}

a.class-entry:link { 
	color: #a00000;
	text-decoration: none;
} 
a.class-entry:visited { 
	color: #e00000; 
	text-decoration: none;
}
a.class-entry:hover {
	text-decoration: underline;
}
 
code { 
	font-family: monospace; 
	font-size: medium;
}
pre { 
	font-family: monospace; 
	margin-left: 2em; 
}
dt, dd, ul { 
	margin-top: 0; 
	margin-bottom: 0; 
}
dt { 
	font-weight: bold; 
}

.reading-headings {
  background: #c0c0c0;
  font-size: larger;
  font-weight: bold;
  padding: 2px;                    
}

.readings ul {

}

.note {
  background: #ffffa0;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-style: solid;
  border-width: 2pt;
  border-color: black;
}
.readings li {
  background: #ffffff;
}

.header td {
  padding: 8px;
}

.syllabus { 
  border-collapse: collapse;                  
  border-spacing: 0;
  padding: 0px;
  margin: 0px;
  border: 0px;                  
}

.syllabus td {
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 5px;              
}

.syllabus tr:nth-child(even) {
  background-color: #e0e0e0;
  padding: 0px;                            
}
