/* CSS Document */
/* CMS. Print Version CSS. */

body {
   background: white;
   font-size: 10pt;
}
   
#sidebar-a, #menu, #nav, #bar, #titles, #titlewrapb, #barwrap, #lttrs, #archivehack {
   display: none;
   visibility: hidden;
}

#rghtimg {
 float: none;  
}
   
   
#container, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   color: black;
   background: transparent none;
}
   
div#content {
   margin-left: 10%;
   padding-top: 1em;
   margin-right:2%;
}
   
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
#content a[href^="/"]:after {
   content: " (http://www.cms-uk.org" attr(href) ") ";
} 
   
   
/* -- Fonts -------------------------------------------*/
h1, #subtitle h1,#subtitle h2 {
	font-size:12pt;
}


h2 {
	font-size:11pt;
}

#sidebar-a p, #sidebar-a2 p, #sidebar-a3 p, #sidebar-b3 p,#content p, #content2 p, #content3 p  {
	font-size: 10pt;
}

