/*
These are comments.
Until December 2010 I have been omitting units for font-size. Which is an error.
Best is to use the em unit. 1em is equal to the current font size. 2em means 2 times the size of the current font.
Using em means the page responds better to a user font size increase.
I am changing all 20 to 1.3em, and all 30 to 2em.
1.3em
td.logotext
span.yokinpagetext
table.yokinpagetable
table.fixtable
td.yokfixt1hdg
td.yokfixt2hdg
td.yokfixt2
span.yokfixintro
table.yokfixsymbol
table.memScoresTable

2em
span.yokpagehdg
span.yokinpagehdg

.newsHeadline stays as 1.3em
.newsText stays as 1.1em.
*/
td.menu {font-family:Arial;
text-align: center;
font-weight: bold;
background-color: white;
cursor: auto;}
td.logotext {font-family:Arial;
text-align: center;
font-weight: bold;
background-color: #009900;
font-size: 1.3em;
color: white;}
span.yokpagehdg {font-family:Arial;
text-align: left;
font-weight: bold;
font-size: 2em;
color: #009900;}
span.yokinpagehdg {font-family:Arial;
text-align: left;                                                
font-weight: bold;
font-size: 2em;
color: #009900;}
span.yokinpagetext {font-family:Arial;
text-align: left;                                                
font-weight: normal;
font-size: 1.3em;
color: #009900;}
table.yokinpagetable {font-family:Arial;
text-align: left;                                                
font-weight: normal;
font-size: 1.3em;
color: #009900;}
table.fixtable {font-family:Arial;
text-align: left;
font-weight: normal;
font-size: 1.3em;
color: #009900;}
td.yokfixt1hdg {font-family:Arial;
text-align: left;
font-weight: bold;
font-size: 1.3em;
color: #009900;}
td.yokfixt2hdg {font-family:Arial;
text-align: left;
font-weight: bold;
font-size: 1.3em;
color: red;}
td.yokfixt2 {font-family:Arial;
text-align: left;
font-weight: normal;
font-size: 1.3em;
color: red;}
span.yokfixintro {font-family:Arial;
text-align: left;
font-weight: normal;
font-size: 1.3em;
color: black;}
table.yokfixsymbol {font-family:Arial;
text-align: left;
font-weight: normal;
font-size: 1.3em;
color: black;}
table.memScoresTable {font-family:Arial;
text-align: right;
font-weight: normal;
font-size: 1.3em;
color: #009900;}
.newsHeadline {font-family:Arial;
text-align: left;
font-weight: bold;
font-size: 1.3em;
color: blue;}
.newsText {font-family:Arial;
text-align: left;
font-weight: normal;
font-size: 1.1em;
color: #009900;}
.fixtureOverrideText {color: red}

