Thanks again.
I clearly did something wrong. When I went into the stylesheet and changed my font sizes from % to ems the fonts ended up to large that it ruined my pages. When I changed it back to % it looked the way it did before.
Since I am just learning CSS it is clear I am missing something here. Any suggestions?
I will past the CSS here.
@charset “utf-8”;
.stylesheetone {
}
.body{
margin-top:0;
margin-right:0;
margin-left:0;
margin-bottom:0;
background-color:#2e81d4;
}
.largestTable{
background-color:#FFFFFF
}
.bodytext{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 75%;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: #000000;
text-align: left;
word-spacing: normal;
letter-spacing: normal;
white-space: normal;
}
.directiontime{
font-family: Arial, Helvetica, sans-serif;
font-size:77%;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: #000000;
text-align: left;
word-spacing: normal;
letter-spacing: normal;
white-space: normal;
}
/*lowerbuttonstrip{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 70%;
color: #0000FF;
font-style: normal;
}
*/
.linksbuttom{
font-family: Courier New, Courier, monospace;
font-size: 77%;
color: #000000;
font-style: normal;
line-height: normal;
font-weight: normal;
text-transform: none;
}
.copyrightstrip{
font:Geneva, Arial, Helvetica, sans-serif;
font-size:60%;
color:#FFFFFF;
}
.header{
color: #000000;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}
.gymhours{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 75%;
font-style: normal;
text-align:center;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: #000000;
word-spacing: normal;
letter-spacing: normal;
white-space: normal;
}
.jrbootcampdetails{
color: #FFFFFF;
font-size: 80%;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align:center;
font-style: inherit;
line-height: normal;
}
.directiondays {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 80%;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: #FFFFFF;
text-align: left;
word-spacing: normal;
letter-spacing: normal;
white-space: normal;
}