body{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  background-color : #ffffff;
}

a{
  color : #0000cc;
  text-decoration : none;
}

a:hover{
  text-decoration : underline;
  color : red;
}

hr{
  color : #8080ff;
}


.Title1{
  background-repeat : no-repeat;
  background-position : left center;
  padding-left : 25px;
  background-image : url(pic/glass_ball_purple.png);
  font-weight : bold;
}

.cell_small{
  font-size : x-small;
}

.cell_white{
  background-color : white;
}

.cell_silver{
  background-color : #eeeeee;
}

.cell_gray{
  background-color : #cccccc;
}
.AnswerTitle{
  background-repeat : no-repeat;
  background-position : left center;
  padding-left : 25px;
  background-image : url(pic/glass_ball_green.png);
  font-weight : bold;
}

.Menu{
  padding-top : 2px;
  background-image : url(pic/menu_back.png);
}

a.Menu{
  color : white;
}

a.Menu:hover{
  color : #FF3030;
  text-decoration : none;
}

td.Menu{
  padding-top : 2px;
  word-spacing : 10px;
  padding-left : 20px;
}
.tableA {
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
.tableA tbody tr td {
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 2px;
}
.Answer{
  padding-left : 40px;
  
  padding-bottom : 15px;
}

