/* Color scheme variation on the main layout styles. */
@import url("main.css");

body {
	color: white; background: black;
	font-family: sans-serif; font-size: 10pt;
	text-align: justify;
     }

table {
	font-size: 10pt;
	}

p.doctitle {
	color: red; font-style: italic; text-size: 4ex;
	   }
a {
	color: #f90;
  }

b {
	color: #f90; font-weight: normal;
  }

hr {
	color: red;
	background-color: red;
   }

a:visited {
		color: red;
	  }

/* Content tabs should be white, like in 6th style  */
div.cpanel {
		color: white; background-color: black;
		border-width: 4px 2px 2px 2px;
		border-color: red; border-style: solid;
		margin-left: 22ex;
	   }

div.lpanel {
		color: white; background-color: black;
		border-width: 4px 2px 2px 2px;
		border-color: red; border-style: solid;
	   }

/* Center horizontal banners. */
div.hbanner {
		text-align: center;
	    }

h1 {
	font-size: 12pt;
   }

h2 {
	font-size: 10pt;
   }

