/* Marty Stepp's CSE 490 homepage style sheet */

a {
    color: #8C1515;
}

a.white {
	color: #ffffff;
}

a:hover {
	background-color: #FFFF99;
	/*text-decoration: underline;*/
}

.aboutme .section {
	clear: both;
	margin: auto;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	max-width: 40em;
	overflow: hidden;
	text-align: justify;
}

.aboutme .section > img {
	float: right;
	max-width: 5em;
	margin-left: 1em;
	margin-bottom: 0.5em;
}

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt;
}

.booktitle {
	font-style: italic;
}

.centerpane {
	margin: auto;
	padding: 0.2em;
	width: 90%;
	max-width: 60em;
}

h1 {
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	text-align: center;
}

#header > ul {
	list-style-type: none;
	margin: 0em;
	text-align: center;
}

#header > ul > li {
	display: inline;
	margin-left: 1em;
	margin-right: 1em;
}

#w3c {
	font-size: smaller;
	font-style: italic;
	margin-top: 2em;
	opacity: 0.7;
	text-align: right;
}