body {margin:0;padding:10px; background-color:#aaffcc; font-family:Georgia; font-size:24px; line-height:1.5; text-align:center;}
  h1 {font-size:48px;}
  h2 {font-size:32px;}
  a {color:black;}
  table.CommentForm input[type="text"], 
  table.CommentForm textarea {
    font-family:Georgia !important;
    padding:10px !important;
    border:1px solid black !important;
    outline:none !important;
    width:98%;
    font-size:24px;
  }
  table.CommentForm input[type="text"]:focus, 
  table.CommentForm textarea:focus {
    outline:none !important;
    border-color:green !important;
    box-shadow:0 0 2px 2px green;
  }
  input.WTbutton, a.WTbutton {
    display:inline-block;
    padding:8px 20px !important; border:2px solid black; border-radius:6px; background-color:transparent; color:black;
    transition:background-color 300ms linear,color 300ms linear;
    text-decoration:none; font-family:Georgia;font-size:24px;
  }
  input.WTbutton:hover, a.WTbutton:hover {background-color:black; color:white;}
  
  table.CommentForm {width:100%; max-width:600px; border:none; margin:0 auto; padding:0; border-collapse:collapse;}
  table.CommentForm td {padding:5px 0; text-align:left;}