body{background-color:#66ffff;
     font-size:13px;
     text-align:center:
     }
.page-title{color:white;
         margin-top:20px;
         border-bottom:solid 5px red;
         font-size:18px;}
.text1{width:400px;
      background-color:#ffff99;
        margin:20px;
        padding:20px;}
        a:link{color:blue;
               text-decoration:none;}
        a:visited{color:blue;
        text-decoration:none;}
        a:hover{color:orange;
        text-decoration:underline;}
        th.name{width:150px;
        color:orange;}
        th.comment{width:400px;
        color:orange;
        }
        td{text-align:left;}
        
                                                                     
