/* background, color, headers - used for all pages */

body {background: #000000;
	background-image: none;
	font-family: sans-serif;
	font-size: 110%;
	margin-top: 1cm;
     	color: #EEEEEE}

h1, h2 {text-align: center;
	background: #000000;
     	color: #CCCCFF}
h3 {text-align: left;
	background: #000000;
     	color: #CCCCFF}
h4 {text-align: center}

.center {text-align: center}

img {border: none}
img.right {float: right}
img.left {float: left}

br {clear: both}

hr {color: #CCCCFF;
        background-color: #CCCCFF;
        height: 3px}

div.indent {margin-left: 5%;
  	   margin-right: 5%}


