BODY {
        color: yellow;
        background: black;
	font-family: courier, monospace;
        font-size: 10pt;
        margin-left: 0%;
        margin-right: 0%;
	text-decoration: none; }

.mainText {
        font-family: courier, monospace;
        font-size: 10pt;
	color: yellow; 
	background-color: black; }

.mainLink {
	font-family: courier, monospace;
        font-size: 10pt;
        color: green;
	background-color: black;
	text-decoration:none; }

.mainLink2 {
        font-family: courier, monospace;
        font-size: 12pt;
        color: yellow;
        }

.hourlyUpdateText {
	font-family: courier, monospace;
        font-size: 10pt;
        color: green;
        background-color: black }

.halfhourlyUpdateText {
	font-family: courier, monospace;
        font-size: 10pt;
        color: green;
	background-color: black; }

.dailyUpdateText {
	font-family: courier, monospace;
        font-size: 10pt;
        color: green;
        background-color: black; }

.analysisText {
        background: black;
	color: lime;
	font-family: courier, monospace;
        font-size: 10pt; }

.analysisLink {
        color: lime;
        background: black;
        font-family: courier, monospace;
        font-size: 10pt; }

#table1 {
 border: 1px solid blue;}

#table1 TH {
 border: 1px solid blue;}

#table1 TD {
 border: 1px solid blue;}
