
html, body {
  background-color            : #eedfdf; 
  background-image          : url('./image/SDKbkg06.gif');
  background-repeat         : repeat-y;
  background-attachment  : fixed;
  background-position        : center;
  
  font-family   : Verdana, Tahoma, Arial, Sans-serif; 
  font-size      : x-small; 
  font-weight : normal; 
  font-style    : normal;

  color           : black;
  vertical-align : top;

  text-decoration : none;
  text-indent      : 0px;
  font-variant      : normal;
  word-spacing    : normal; 
  letter-spacing   : normal; 
  
  margin   : 0; 
  padding : 0;
  
}       /* html, body */


A:link     { color : purple; background-color: transparent; }
A:visited { color : maroon; background-color: transparent; }
A:active { color : black; background-color: transparent; } 


h3 {
  font-size : large;
}

h4 {
  font-size : medium;
}

#Navcel {
  margin-left       : 1px;
  margin-right     : 5px;
  margin-top       : 1px;
  margin-bottom : 1px;

  padding       : 2px;
  border         : 0px;
  vertical-align : top;
  width          : 200px;
  text-align     : center;
  font-style     : normal;
  font-size      : x-small;
}


#Textcel {
  font-size      : x-small;

  vertical-align       : top;
  text-align           : left;
  text-indent        : 0em;
  padding-top       : 5px;
  padding-bottom : 5px;
  padding-left       : 10px;
  padding-right     : 10px; 
}

.omo { 
  border        : #ff0000 2px solid; 
  width         : 140px; 
  height        : 25px; 
  text-align    : center; 
  font-size     : x-small;
}

