body {
	background-color: #FFFFFF;
	margin-left: 54px;
	background-repeat: repeat-y;
	background-attachment: fixed;
//	background-image: url( "../images/railing.jpg");
	background-image: url( "http://www.physics.hmc.edu/images/railing.jpg" );	
}

body, td, th {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333300;
}

th { color: #660000; }

h1, h3 {
	font-family: arial, helvetica, sans-serif;
	color: #663300;
}

h1 { font-size: 24px; }
h2 {
	font-size: 18px;
	font-family: times, serif;
	color: #990000;
}

h3 { font-size: 14px; }

h3, h4, h5, h6 {
	color: #996633;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #336600;
	font-weight: bold;
}

form, input, textarea, select, ul, li, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}

/* 
 * li {
 *     margin: 10px 5px;
 * }
 */


ol {
	list-style-type: decimal;
	list-style-position: outside;
}

blockquote { margin-left: 40px; margin-right: 40px;
	font-family: Palatino,Times,Times-New-Roman,serif;
	font-size: 14px;
	font-style: italic;
	color: #880000;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	font-family: arial, helvetica, geneva, sans-serif;
}

a:link { color: #930; }
a:visited { color: #640; }
a:active { color: #c00; }
a:hover { color: #880; }

p.desc { font-size: 12px; font-family:times; }
.emph { font-family: arial; font-weight:bold; color: #600; }

p.footer { text-align: right; font: 10px Arial, Helvetica, sans-serif; }
	
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
}
pre {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
}
.dots {
	list-style-image: url(http://www.physics.hmc.edu/images/dot.jpg);
}
.large {
	font-size: 24px;
	font-weight: bold;
	color: #996633;
}
.banner {
	font-family: palatino, "times new roman";
	font-size: 36px;
	font-style: italic;
	color: #663300;
}

.assignment {
	border: 3px outset gray;
	border-collapse: collapse;
	spacing: 0;
	padding: 0;
}

table.schedule {
	border-collapse: separate;
	border: 6px inset silver;
}

td.schedule, th.schedule {
	border: 1px inset gray;
	padding: 3px;
}
