body {
      text-align: center;
     
      }
#nav {
      float: left;
      width: 180px;
      height: 600px;
      background-color: #0099FF;
      }
p {
      color: #FFFF99;
        margin: 40px 0 40px 0;
        padding-left:10px;
        border-bottom: dotted #FFFF00 4px;
        border-left: dotted #FFFF00 4px;
        border-light: dotted #FFFF00 4px;　
　　　　border-top: dotted #FFFF00 4px;
       }
table {
        border: solid 10px #CCFFFF;
        width: 700;
       }

h1 {
      color: #66CCFF;
       }


