body    { background-color: #000000; }
table     { color: white; font-size: 10pt; font-family: "Trebuchet MS", Arial; margin: 0; padding: 0; border-width: 0; }
h1 { font-size: 10pt; font-weight: normal; }
.container { width: 700px; height: 662px; 
  position: absolute;
  left: 50%;
  top: 5%;
  margin-left: -350px;
  
	
	
}
.container600 { width: 900px; 
  position: absolute;
  left: 50%;
  top: 10%;
  margin-left: -450px;
 
}

.hotclcick { color: #fff; font-size: 102px; font-weight: bold; }
.headline  { color: #ff0000; font-weight: bold; font-size: 40px }
a { text-decoration: none }
a:link { color: white }
a:visited  { color: white }
a:hover { color: red }

.footer   { font-size: 11px }
.footer a:link { color: #ff0000 }
.footer a:visited  { color: red }
.footer a:hover   { color: white }
.hovLink a:link { color: red }
.hovLink a:hover { color: white }
.hovLink a:visited { color: red }
.hovLink { }
.expand  { letter-spacing: 1pt }
.expand2  { letter-spacing: 3pt }
.webs { line-height: 150% }
.webs a:link { color: white ;}
.webs a:hover { color: red; }
.webs a:visited { color: white; }
.expandHov { letter-spacing: 1pt }
.expandHov a:link { color: red; }
.expandHov a:visited { color: red; }
.expandHov a:hover { color: #d3d3d3 ; }

.bigredtext1 { color: red; font-size: 16px; }
.bigredtext1 a:link { color: red; }
.bigredtext1 a:visited  { color: red; }
.bigredtext1 a:hover   { color: white; }

.bigtext {font-size: 25px; }

.redtext {  font-size: 25px; color: #f00; }
.redtext a:link { color: red}
.redtext a:visited  { color: red }
.redtext a:hover { color: white}

.greentext {font-size: 25px; color: green;}
.greentext  a:link { color: green;}
.greentext  a:visited  { color: green; }
.greentext  a:hover { color: white}

.yellowtext {font-size: 25px; color: yellow;}
.yellowtext  a:link { color: yellow;}
.yellowtext  a:visited  { color: yellow; }
.yellowtext  a:hover { color: white}

.bluetext {font-size: 25px; color: #6FF  ;}
.bluetext  a:link { color: #6FF ;}
.bluetext a:visited  { color: #6FF ; }
.bluetext  a:hover { color: white}

.biggerredtext {color: red; font-size: 25px; }
.biggerredtext a:link { color: red}
.biggerredtext a:visited  { color: red }
.biggerredtext a:hover { color: white}






.redtext { color: #f00; }
#leftpadleftborder { padding-left: 12px; }

.borderleft
{
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.borderbottom
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.borderleftbottom
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
}