/*
   The OmeChron docbook HTML Styles

  $File: html_styles.css$
  $Revision: 5$
  $Date: 10/08/2008 02:55:16 PM$
  $Branch: Bretts_OmeChron_Workspace$

*/

p.title {
   text-align: center;
   background-color: #EEEEEE;
}

pre.programlisting {
   background-color: #EEEEEE;
   border: 1px solid #000000;
   margin-right: 10%;
   margin-left: 10%;
   padding-left: 3%;
   padding-top: 5;
   padding-bottom: 5;
white-space: pre-wrap; /* css-3 */

}

h1 { 
	border-bottom: medium solid #000080;
	font-size:100%;
}

h2 {
   border-bottom: thin solid green;
   font-size:100%;

}


h3 {
   font-size:100%;
  background-color: #DDEEDD;
}


h4 {
	font-size:100%;
	color:"000080";
}

h5 {
   font-size:100%;
   color: #000000;
}

div.tip {
   font-size:100%;
  background-color: #DDDDEE;
}

div.note {
   font-size:100%;
  background-color: #DDDDEE;
}

span.guimenuitem {
   font-size: 110%;
   font-weight: bold;
   color: #000000;
}

span.guimenu {
   font-size: 110%;
   font-weight: bold;
   color: #000000;
}




