BODY { 
  color: black;
  background: white;
}

/*
H1,H2,H3,H4,H5,H6 {
  color: white
}

A:link { 
 color: #86ceff
}
A:visited { 
 color: #8671ff
}
A:active { 
 color: #FFCC00
}
*/

/* Left navbar on main page */
div.navbar {
	background: #aaaaff;
	float: left;
	height: 500;
	border-width: thin;
	border-style: solid;
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
}

p.navsection {
	font-weight: bold;
	font-family: sans-serif;
}

/* Links in all navigation bars */
a.navlink {
	padding: 2px;
	background: #ffaaaa;
}

a.navlink:link, a.navlink:visited {
	color: #000000;
	text-decoration: none;
}

a.navlink:hover {
	color: #ffffff;
	background-color: purple;
	text-decoration: none;
}

/* Put a box around the photo of me on the front page */
div.photo {
	float: right;
	border-width: thick;
	border-style: solid;
	border-color: #aaaaff;
}

/* Top nav bar in subpages */
div.navtop {
	background: #aaaaff;
	padding: 1%;
	border: thin #000000 solid;
	position: relative;
	color: #000000;
}

span.navtopName {
	position: absolute;
	font-weight: bold;
	font-family: sans-serif;
}

span.navtopLinks {
	position: absolute;
	right: 10px;
	font-weight: bold;
	font-family: sans-serif;
	font-size: small;
}
