table#t01 tr:nth-child(even) {
    background-color: #90EE90;
}
table#t01 tr:nth-child(odd) {
   background-color:#fff;
}
table#t01 th	{
    background-color: #006400;
    color: white;
}

#fontStyle1 {
    color: white;
    text-shadow: 2px 2px 4px #00FF00;
    font-size: 17px;
    font-family: "calibri", Georgia, Serif;
}

#fontStyle2 {
    color: yellow;
    text-shadow: 2px 2px 4px red;
    font-size: 17px;
    font-family: "calibri", Georgia, Serif;
}

#fontStyle3 {
    color: white;
    text-shadow: 2px 2px 4px #FF4500;
    font-size: 17px;
    font-family: "calibri", Georgia, Serif;
}

#fontStyle4 {
    color: black;
    text-shadow: 2px 2px 4px #FF4500;
    font-size: 20px;
    font-family: "calibri", Georgia, Serif;
}

#fontStyle5 {
    color: white;
    text-shadow: 2px 2px 4px #FF4500;
    font-size: 13px;
    font-family: "calibri", Georgia, Serif;
}

#fontStyle6 {
    color: yellow;
    text-shadow: 2px 2px 4px red;
    font-size: 13px;
    font-family: "calibri", Georgia, Serif;
}

a:linkColor {
    color:#000;
}

a {
    color: white;
    text-shadow: 2px 2px 4px #FF4500;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.button {
  border-radius: 4px;
  background-color: #FF4500;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  width: 100px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

#header {
    background-color:white;
    color:white;
    text-align:center;
    padding:5px;
    height:120px;
    position: static;
}

#left {
    line-height:30px;
    height:400px;
    width:300px;
    float:left;
    padding:20px;	
    position: static;      
}
#right {
    line-height:30px;
    width:300px;
    float:left;
    padding:15px;
    position: static;	      
}

table, th, td {
    border: 0px solid;
    border-collapse: collapse;
    font-family: "calibri", Georgia, Serif;	
}  

.td-bgcolor1 {
    background-color: red;
}

#body {
    width:500px;
    float:left;
    padding:10px;	
    position: static; 	 
}

#scrollingText {
    background-color:#FF4500;
    color:white;
    clear:both;
    text-align:center;
    padding:5px;
    height:20px;	
    position: static; 	 
}

#footer {
    background-color:#FF4500;
    color:white;
    clear:both;
    text-align:center;
    padding:5px;
    height:20px;	
    position: static; 	 
}
