/* Standard style sheet file for semiramis.org.uk pages */

body 
 { 
	  background-color:  white; color: black 
 }
  
.introtext
  {
	  font-family: arial, helvetica, sans-serif
  }
  
.pagehead 
 { 
	 font-size: xx-large; 
	 font-style: italic; 
	 font-family: arial,helvetica,sans-serif 
 }
 
 /* Style for a bar image - make it go all the way across if we can */
 .barimg
 {
 }
 
 /* The bottom bar for the page: the bottom bar `sticks' to tbe bottom of the 
    browser window
  */
 .bottombar
 {
    display: block; 
    position: fixed;
    bottom: 0;
    width: 98%;
    background-color: white;
    height: 20
 }
 
 /* A spacer between two items of content: currently an empty style.
 .contentspacer
 { 
 }
 
 /* A heading */
 .heading
 { 
	 font-family: helvetica, sans-serif;
	 font-size: large
 }
 
 /* A subheading */
 .subheading
 {
	  font-family: helvetica, sans-serif;
	  font-size: large
 }