body
{color: #FFCC66;
background-color: #000000;
background-image: url(.\images\bw_ether.png);
line-height: 140%}

/* We don't set the margins for the body as a whole because we want some elements to be full-width */

div.header
{margin-left: 0%;
margin-right: 0%}

/* This is used to set the header/title part of the page to be full-width */

div.body
{margin-left: 10%;
margin-right: 10%}

/* This makes the rest of the page to be less than full-width */

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

div.centre
{text-align: center}

a:link
{text-decoration: underline;
color: #FF9966}

a:visited
{text-decoration: underline;
color: #FF6633}

/* a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective */
a:hover
{text-decoration: underline;
color: #FF9966;
background-color: #660000}

/* a:active (if it is used) MUST come after a:hover in the CSS definition in order to be effective */

h1
{text-align: center;
text-transform: uppercase}

h1.normal
{text-align: left}

h2
{text-transform: uppercase}

h2.centre
{text-align: center}

h2.und
{text-decoration: underline;
color: #CC9933}

h3
{text-transform: uppercase}

h3.centre
{text-align: center}

h4
{font-style: italic;
text-transform: uppercase}

h5
{text-transform: uppercase;
font-style: italic;
font-weight: normal;
font-size: 100%}

h6
{text-transform: uppercase;
font-size: 100%}

p
{text-align: left}

p.centre
{text-align: center}

p.centresm
{text-align: center;
font-size: 80%}

p.comment
{text-align: center;
font-style: italic}

p.right
{text-align: right;
font-size: 80%;
font-weight: bold}

ul
{list-style-type: disc}

ul.level1
{list-style-position: outside;
margin-left: 3%} 

ul.level2ormore
{list-style-position: outside} 

ul.level2ormoresm
{list-style-position: outside;
font-size: 80%} 

li
{padding-bottom: 4px;
padding-top: 4px}

th.pad
{text-align: left;
padding: 1em}

th.pad2
{text-align: left;
padding: 0.5em}

tr
{vertical-align: top}

td.pad
{padding: 1em}

td.pad2
{padding: 0.5em}

td.pad3
{padding-left: 0.5em;
padding-right: 5em;
padding-top: 0.5em;
padding-bottom: 0.5em}

td.pad4
{padding-left: 5em;
padding-right: 0.5em;
padding-top: 0.5em;
padding-bottom: 0.5em}

td.padnw
{padding: 1em;
white-space: nowrap}

span.lititle
{font-weight: bold;
font-variant: small-caps}

span.emph
{font-style: italic;
font-weight: bold}

span.iu
{font-style: italic;
text-decoration: underline}

hr
{color: #996600}

/* This is all based on the tutorials at http://www.w3schools.com/css/default.asp

