body {
  color: #000;
  background-color: #fff;
  text-align: center;
}

.Body {
  font-family: Arial, sans-serif;
  font-size: 10px;
  text-align: left;
  width: 500px;
  padding: 10px;
}

a { 
   color:#339900; text-decoration:none;
}

a:hover { 
   text-decoration:none;
}

.jump { 
   color:#FFFFFF; text-decoration:none;
}

.jump:hover { 
   color:#FFFFFF; text-decoration:none;
}

.MainTitle {
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.MainBody {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.FormBody, .FormBody input {
  font-family: Arial, sans-serif;
  font-size: 10px;
}

.ExampleBody {
  font-family: Arial, sans-serif;
  font-size: 10px;
}

.ResultTitle {
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.ResultBody {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.ErrorBody {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.Copyright {
  font-family: Arial, sans-serif;
  font-size: 10px;
}


fieldset{
    background-color: White;
    border : ridge;
    width : 100%;
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
}

legend{
    border : ridge;
    font-family : "Courier New", Courier, monospace;
    font : bold 16px;
}


.A_1{
    font-size : 14px;
    color : Black;
    border : 2px groove Black;
    text-decoration : none;
}

.A_1:hover{
    font-size : 14px;
    color : Black;
    text-decoration : none;
}

.CButton {
    font: normal;
    background : White;
    border : 1px groove Black;
    font-size : 12px;
    width:100px;
    color : Black;
    cursor: pointer;
}

.CButton:active {
    font: normal;
    background : Black;
    border : 1px groove Black;
    font-size : 12px;
    width:100px;
    color : White;
    cursor: pointer;
}

.CMenuButton{
    font: normal;
    background : White;
    font-size : 10px;
    width:75 px;
    color : Black;
    background-color : #D3D3D3;
    cursor: pointer;
}

.CInput{
	background : White;
	border-color : Black Black Black Black;
	border-width : 1px 1px 1px 1px Black;
      font-size : 12px;
	font-family: "Arial";
}

.CInputLabel {
	font-size: 14px;
	color: #000000;
	font-weight : normal;
	font-family: Verdana, Arial;
}

.title2{
    font : bold normal 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color : Black;
}

.A_2{
    text-decoration : none;
    font : bold normal 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color : #888888;
    font-weight : bold;
}

.A_2:hover{
    font : bold normal 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color : Black;
    font-weight : bold;
}

.A_3{
    font-size : 14px;
    color : Black;
    text-decoration : none;
}

.A_3:hover{
    font-size : 14px;
    color : Black;
    text-decoration : none;
}

