/* WSMAC primary stylesheet */

body {
	font-family: Verdana, sans-serif;
	font-size: 14pt;
}

H2 {
	margin-top: 1em;
}

H1#title {
	padding: 1em;
	padding-bottom: 0;
	margin-bottom: 30px;
	text-align: center;
}

/* Navbar: Black background, light grey links with white hover and underline */

#menu {
	color: white;
	background-color: black;
	padding-bottom: 0;
}

#centerline {
	padding-bottom: 10px;
	background-color: black;
	background-image: url("../images/DoubleYellow.png");
	background-repeat: repeat-x;
	background-position: 0;
}

A.nav-link, A.nav-link:visited {
	color: #CCC;
	background-color: black;
}

A.nav-link:hover {
	color: white;
	text-decoration: underline;
}

/* General links except most of home page, plus connection box on home page: light blue background */

#body A, #connect A, #body A:visited, #connect A:visited {
	color: black;
	text-decoration: none;
	background-color: #ff9;
}

#body A:hover, #connect A:hover {
	text-decoration: underline;
	background-color: #ff0;
}

/* Style HR tag like pre-HTML5 tag */

hr {
   display: block;
   position: relative;
   padding: 0;
   margin: 8px auto;
   height: 0;
   width: 100%;
   max-height: 0;
   font-size: 1px;
   line-height: 0;
   clear: both;
   border: none;
   border-top: 1px solid #aaaaaa;
   border-bottom: 1px solid #ffffff;
}
