/* WVUSG main style - should be valid CSS 1.0! */

body, table {
	color: #333333;
	font-size: 10pt;
	font-family: Verdana, Helvetica, sans-serif;
}

.footertext {
	color: #333333;
	font-size: smaller;
	font-family: Verdana, Helvetica, sans-serif;
}

.subtitle {
	color: #003366;
	font-size: 115%;
	font-family: Verdana, Helvetica, sans-serif;
}

img {
	border: none;
}

a:hover {
	color: red;
}

dt {
	font-weight: bold;
}

/* #### Headings #### */

h1, h2, h3, h4, h5 {
	color: #003366;
	font-style: italic;
	font-weight: bold;
}

h1 {
	font-size: 125%;
}

h2 {
	font-size: 115%;
}





/* #### Navigation Menu #### */

.nav {
	background: #595c67;
	text-align: right;
	margin: 1px;
	padding-right: 1pt;
}

a.nav, a:link.nav, a:visited.nav {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a:hover.nav, a:active.nav {
	color: #ffcc00;
}

