BODY {
	BACKGROUND: white
}

div.noprint, div#titleBar, span.rightFoot, div#leftside, div#warwickBar, div#navBar, div#search, div#utilityBar, td.rhsTableCell, div#departmentBar, div#footerContent{
	DISPLAY: none;
}

div.smallright { DISPLAY: none; }

div.largemiddle { width: 90% ; }
html body div#mainContent {
 font: Verdana, Arial, Geneva, Helvetica, sans-serif; padding: 0; border-width: 0; width: 100%; 
 left: 0px; top: 0px; margin:0px;
}

span#title {
	margin-top: -10px;
	margin-bottom: 20px;
}

/* Altered by MSJ 10/08/06 to make size similar to the variable width fonts */
/* Altered by MSJ 10/08/06 to make colour black (blue does not print well) */
pre, code {
        font-size: 140%;	
     	color: black;
}

/* ensure links are visible on printed page ready for next step */
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

/* Ensure headers are black - MSJ 8/10/06 */
h1, h2, h3, h4, h5, h6 {
    color: black;
}

/* In a fully CSS2-conformant browser, we can parenthetically insert the URLs of the links after each one */

/* if its a relative url its probably relative to the home page */

# #mainContent  a:link:after, #contentcell a:visited:after {
#    content: " ( http://www2.warwick.ac.uk/" attr(href) ") ";
#    color: blue;
#    }
#    
# #mainContent a[href^="http"]:after {
#    content: " ( " attr(href) ") ";
#   color: blue;
#    }
# 
# #mainContent  a[href^="/"]:link:after, #contentcell a:visited:after {
#    content: " (" attr(href) ") ";
#    color: blue;
#    }
#    
