/* The way I am what I'll be */
body {margin:0px;
      background-color:#DDF3EF;
      font-size:18px}

/*リンク*/
a:link {
        text-decoration:none;
        color: #0000aa;}

a:visited {
           text-decoration:none;
           border-bottom: 1px dotted #aa0000;
           color: #aa0000;}

a:active {
          text-decoration:none;
          border-bottom: 1px dotted #000000;
          color:#000000}

a:hover {
        text-decoration:none;
        border-bottom: 1px dotted #DD0000;
        color:#DD0000}

/*テーブル*/
td {font-size:14px;
    line-height:28px;
    font-family:Arial;
    letter-spacing:1.5pt;
    border-left:1pt dotted #000000;
    border-right:1pt dotted #000000;}

td.title {height:60pt;
          width:150pt;
          text-align:center;
          border-bottom:1pt dotted #000000}

td.bdc {width:150pt;}

td.bdr {border-left:0pt solid #000000;
        border-right:0pt solid #000000;
        background-color:#DDF3EF;}