@import "basic.css";

/*BODY { background-image: url("pic/cute_sky.gif") }*/
BODY { background-color: #b9e0ef }
H1 { text-align: center; font-family: sans-serif; font-weight: bold; font-style: normal; font-size: 35px;}
TABLE { 
  border: outset 1px;
  border-spacing: 0px;
  border-collapse: separate; 
}
TR {
  border: inset 1px
  border-spacing: 0px;
  padding: 10px; 
}
TD {
  border: inset 1px;
  border-spacing: 0px;
  padding: 10px; 
}
TD { font-family: Arial, serif; font-weight: normal; font-style: normal; font-size: 11px;}
P.small { font-family: Arial, serif; font-weight: normal; font-style: normal; font-size: 11px;}
DIV        { text-align: left  ; white-space: nowrap; }
DIV.center { text-align: center; }
DIV.right  { text-align: right ; }
DIV.welcome{ text-align: center; color: #ff2a0c; font-weight: bold; font-size: 18px; }
UL         { font-size: 16px; padding-left: 12px; }
LI         { white-space: nowrap; }
ADDRESS { text-align: left; 
  font-family: Arial, serif; font-weight: normal; font-style: italic; font-size: 11px; 
}
