body {
	font-family: sans-serif;
	font-size: large; 
	padding: 30px 20% 30px 20%;
}

@media only screen and (max-width: 900px) {
    body {
    	font-size: normal;
        padding: 30px 10% 30px 10%;
    }
}

a:link {
	color: #228;
	text-decoration: none;
}

a:visited {
	color: #22a;
}

a:active {
	color: #30a;
}

h1 {
    padding-left: 15px;
    background: #fb3;
    color: #010;
	font-size: 30;
	margin-bottom: 0px;
}

h2 {
    padding-left: 15px;
    background: #fb3;
    color: #010;
	font-size: 20;
}

.subtitle {
	color: #05a;
	font-style: italic;
	font-variant: small-caps;
}


#schoolheader h1 {
		background-color: white;
		text-align: center;
}


#subheaderschool{
	width: 100%;
	font-variant: small-caps;
	font-weight: bolder;
	color: black;
	background: #ddd;
}


#subheader{
	width: 100%;
	font-variant: small-caps;
	font-weight: bolder;
	color: white;
	background: rgba(0, 0, 0, 0.4);
}

#subheaderl{
	padding-left: 15px;
	width: 45%;
	float: left;
}

#subheaderr{
	padding-right: 15px;
	width: 45%;
	text-align: right;
	float: right;
}

#subheaderr a {
	color: #fb3;
}


#directions p {
	padding-left: 25px;
}

#sched p {
	padding-left: 25px;
}

.coursetitle {
	font-weight: bolder;
}

.abstract {
	font-style: italic;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
th, td {
    padding: 5px;
    text-align: left;    
    width: 100px;
}

th {
	 background-color: #fb3;
    color: white;
}

