/*

 Set style for main page

*/

BODY {
  background-color: #000000;
  font-family: Times, Serif;
}

TD.timefont {
font-size: 14pt;
font-weight: bold;
color: #FF0000;
font-family: Times, Serif;
}

DIV.tenfont {
font-size: 10pt;
font-family: Times, Serif;
}

DIV.eighteenfontcyan {
font-size: 18pt;
font-weight: bold;
color: cyan;
font-family: Times, Serif;
}

DIV.eighteenfonthotpink {
font-size: 18pt;
color: hotpink;
font-family: Times, Serif;
}

DIV.descriptiontext {
font-size: 18pt;
color: white;
font-family: Times, Serif;
background: url(../image/sheetmetal.jpg);
background-repeat: no-repeat;

}

TD.wingtext {
font-size: 14pt;
font-weight: bold;
color: black;
font-family: Times, Serif;
text-align: center;
background: url(../image/wing.gif);
background-repeat: no-repeat;
background-position: center;
}

A.redaccent {
font-size: 18pt;
font-weight: bold;
color: #ED1212;
font-family: Times, Serif;
}

span.jetrally {
font-size: 18pt;
font-weight: bold;
color: #000000;
font-family: Times, Serif;
}

A:visited {
  color:red;
}

A:link {
  color:red;
}

A:active {
  color:red;
}

/*
use to preload image
*/
.hiddenPic {
  display:none;
}
