 
BODY{
  font-size : 14px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  line-height : 21px;
  
  
  
  
  
  
  background-color : black;
}

TD{
  font-size : 14px;
  line-height : 125%;
  color : #666666;
}
.px12{
  font-size : 12px;
  line-height : 150%;
}
.px10{
  font-size : 10px;
  line-height : 120%;
}
A{
  
  text-decoration : underline;
  
  

  color : red;
}

A:visited{
  color : #666666;
}


A:hover{
  color : blue;
  
}
.white{
  color : #ffffff;
}
H1{
  font-weight : bold;
  color : black;
  font-size : 26px;
  line-height : 26px;
}
H2{
  font-weight : bold;
  color : black;
  font-size : 18px;
  line-height : 20px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
H3{
  font-weight : normal;
  color : #505050;
  font-size : 14px;
  line-height : 21px;
}
P{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#imageContainer {
	overflow: hidden;
	width : 950px;
	height : 543px;
	margin: 0;
	padding: 0;
  bottom : auto;
}

#imageContainer img {
	display:none;
	position:absolute;
}

#waku{
  background-color : #4f4f4f;
}



#black A{
  color : white;
  text-decoration : underline;
}
#black A:visited{
  color : white;
  text-decoration : underline;
}
#black A:hover{
  color : red;
  text-decoration : underline;
}
