BODY { background: #ffffff;
	color: #000000 } /* white background ffffff black text*/


/* How links look ------------------------------------------------*/
A:link    { color: #0000ff;
		text-decoration: none;
		font-weight: bold } /* Blue links 0000ff */
A:visited { color: #000099;
		text-decoration: none;
		font-weight: bold } /* grey visited links */
A:hover { text-decoration: underline }

/* Paragraphs ----------------------------------------------------*/
P { font-family: "Times New Roman", Times, serif }
p { margin-left: 1em }
p { margin-right: 1em }
p { font-size: medium }
P { text-align: justify }

/* Pre formated paragraphs ---------------------------------------*/
pre { font-family: Courier , monospace }
pre { margin-left: 2em }
pre { font-size: medium }
pre { text-align: left }

/* emphasis style */
em { font-family: "Times New Roman", Times, serif }
em { font-size: medium }
em { font-style: italic }

/* Strong style */
strong { font-family: "Times New Roman", Times, serif }
strong { font-size: medium }
strong { font-weight: bold }
/*strong { text-decoration: underline }*/


/* Headings ------------------------------------------------------*/
H1 { font-family: Helvetica, Arial, sans-serif }
H1 { font-size: x-large }
h1 { text-align: center }
h1 { text-decoration: underline }
H1 { text-transform: capitalize }

H2 { font-family: Helvetica, Arial, sans-serif }
H2 { font-size: large }
h2 { text-align: center }
h2 { text-decoration: underline }
H2 { text-transform: capitalize }

H3 { font-family: Helvetica, Arial, sans-serif }
H3 { font-size: large }
h3 { text-align: left }
h3 { text-decoration: none }
H3 { text-transform: capitalize }

H4 { font-family: Helvetica, Arial, sans-serif }
H4 { font-size: medium }
h4 { text-align: left }
h4 { text-decoration: none }
H4 { text-transform: capitalize }

H5 { font-family: Helvetica, Arial, sans-serif }
H5 { font-size: medium }
h5 { text-align: left }
h5 { text-decoration: none }
H5 { text-transform: capitalize }

/* h6 used for dates times etc inside headings e.g. date below title */
H6 { font-family: Helvetica, Arial, sans-serif }
H6 { font-size: small }
h6 { text-align: center }
h6 { text-decoration: none }
h6 { text-transform: none }

/* Adresses ------------------------------------------------------*/
address { font-family: courier, monospace } 
address { font-style: oblique }
address { margin-left: 3em }
address { font-size: medium }
address { text-align: left }
address { text-transform: uppercase }

/* Link items ----------------------------------------------------*/
li { font-size: medium }
UL UL {list-style-type: disc }
UL UL UL {list-style-type: disc }
UL UL UL UL {list-style-type: disc }
UL UL UL UL UL {list-style-type: disc }


/* Tables --------------------------------------------------------*/

th { font-size: medium }
th { font-family: Helvetica, Arial, sans-serif }
th { text-transform: capitalize }

td { font-size: medium }
td { font-family: "Times New Roman", Times, serif }

/* Classes -------------------------------------------------------*/
td.red-wire {background: #FF0000;
		color: #FFFFFF;
		font-size: large 
		}

td.white-wire {background: #FFFFFF;
		color: #000000;
		font-size: large 
		}

td.yellow-wire {background: #FFFF00;
		color: #000000;
		font-size: large 
		}

td.blue-wire {background: #0000FF;
		color: #000000;
		font-size: large 
		}

td.black-wire {background: #000000;
		color: #FFFFFF;
		font-size: large 
		}
		
table.flux_numbers {background: #ffffaa;
		color: #000000;
		font-size: medium 
		}
td.attrib {font-size: x-small}		


p.shortendnote {text-align: center}
p.center			{text-align: center}

div.websitelist { background: #DDDDDD;
                margin-top: 0;
                margin-bottom: 1em;
                margin-left: 0;
                margin-right: 0;
                border-style: outset;
                border-width: medium }

a.websitelist { background: #DDDDDD}
A.websitelist:visited { background: #DDDDDD}

td.vquiet {Background: #AAAAFF;
		color: #000000;
		font-size: medium }

td.normal {Background: #00AA00;
		color: #000000;
		font-size: medium }

td.Active {Background: #FFFF00;
		color: #000000;
		font-size: medium }		

td.mflare {Background: #F4AC00;
		color: #000000;
		font-size: medium }		

td.xflare {Background: #ee0000;
		color: #FFFFFF;
		font-size: medium }		
		
/* How menu links look ------------------------------------------------*/
table.menu {Background: #aa0000}
td.banner {Background: #ee0000}
td.banner:hover {Background: #000000}

A.menu:link    {color: #ffffff;
		text-decoration: none;
		font-weight: bold } /* Blue links 0000ff */
A.menu:visited {color: #ffffff;
		text-decoration: none;
		font-weight: bold } /* grey visited links */
A.menu:hover {color: #ffff00;
		text-decoration: none;
		font-weight: bold } /* grey visited links */		
