body{
    color:#6495ed;
}
table{
    background-color:white;
    border:solid thin;
}
caption{
        font-size:24pt;
        color:white;
        background-color:#6495ed
}
.size {
        width:50%;
}

a:link {color:white; text-decoration:none; }
a:active {color:white; text-decoration:none; }
a:visited {color:white; text-decoration:none; }
a:hover {background:maroon; color:white; text-decoration:none; }

textarea {
          width:30em;
          height:10em;
          font-family: verdana;
          font-size: 1em;
          background-color:white;
          color:black;
          border-color:blue;
          border-width:2;
}
.textbox {
          border-color:#6495ed;
          border-width:2;
          background-color:white;
          color:black;
}
.border{
          border:solid thin;
          color:blue;
}