/* http://www.mrao.cam.ac.uk/~bn204/css/mainstyle.css */

p {
	max-width: 40em;
}

li {
	max-width: 40em;
}

blockquote {
	font-family: monospace;
}

a.smart {
	font-variant: small-caps  ; 
	color: blue; 
	}
a.smart:link { 
	text-decoration: none; 
	color: blue; 
	}
a.smart:visited 
	{ text-decoration: none; 
	color: blue; 
	}
a.smart:hover {
	 text-decoration: underline; 
	color: blue; 
	}

table.pageheader { 
	width: 100%; 
	height: 100px;
	border:  0;
	}

td.pageheadertl {  
	background: #45347b ;
	height: 60px;
	vertical-align: bottom;
	}

td.pageheader {  
	background: black ;
	height: 60px;
	vertical-align: bottom;
	}

td.sidebar {
	background: rgb(210,210,255)  ;
	vertical-align: top;
	width: 15ex;
}

td.sxodd {
	background: rgb(210,210,255);
	}
td.sxeven {

	}

td.contents {
	vertical-align: top;
	max-width: 10em;
	}


div.pageheader {
	color: white;
	vertical-align: bottom;	
	}

body.wdoc {
	margin: 2px 2px 2px 2px;
	background: white;
	}
	


