/* ##### Common Styles ##### */

html, body {
color: #000000; /* sets the text color of the document */
background-color: #ffffff; /* sets the background color of the document */
font-family: "times new roman", times, roman, serif; /* sets the font for the display */
font-size: 12pt; /* sets the font size for printing */
margin: 0; /* removes all margins from the document */
padding: 0; /* removes all padding from the document */
}

#header {
display: none; /* sets the display property of the header div to off - will not be printed */
}

#leftnav {
display: none; /* sets the display property of the leftnav div to off - will not be printed */
}

#content {
margin: 0; /* sets the page margin of the content div to zero - allows the content to fill the entire page */
}

#footer {
border-top: 1px solid #000000; /* adds a border to the top of the footer - visible separation */
}

#maintained {
display: none; /* sets the display property of the "maintained by UWS" div to off - will not be printed */
}

h1 {
padding-bottom: .5em; /* adds padding to the bottom of the header */
border-bottom: 1px solid #000000; /* adds a border to the bottom of the header - visible separation */
}

h2.special {
border: 0px none; /* turns off the border of the classed h2 heading - no need for the box to print */
}
