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: Helvetica, Arial, sans-serif  }
p { margin-left: 1em }
p { margin-right: 1em }
p { font-size: small }
P { text-align: justify }
p.medium_print {font-size: 18pt}

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

/* emphasis style */
em { font-family: Helvetica, Arial, sans-serif  }
em { font-size: small }
em { font-style: italic }

/* Strong style */
strong { font-family: Helvetica, Arial, sans-serif  }
strong { font-size: small }
strong { font-weight: bold }
/*strong { text-decoration: underline }*/


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

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

H3 { font-family: Helvetica, Arial, sans-serif }
H3 { font-size: medium }
H3 { text-align: left }
H3 { color: #CC0000 }
H3 { text-decoration: none }
H3 { text-transform: capitalize }

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

H5 { font-family: Helvetica, Arial, sans-serif }
H5 { font-size: small }
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: small }
address { text-align: left }
address { text-transform: uppercase }

/* Link items ----------------------------------------------------*/
li { font-size: small }
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: small }
th { font-family: Helvetica, Arial, sans-serif }
th { text-transform: capitalize }

td { font-size: small }
td { font-family: Helvetica, Arial, sans-serif  }

/* Classes -------------------------------------------------------*/
span.title { font-family: "Times New Roman",Times ;
							font-size: large ;
							font-weight: bold ;
							text-align: center }

span.bigcaps { font-family: "Times New Roman",Times ;
							font-size: X-large ;
							font-weight: bold ;
							text-align: center ;	
							color: #CC0000 ;
							text-transform: capitalize }

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

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: #FF0000;
		color: #FFFFFF;
		font-size: medium }
