/* Main Page CSS*/

.parablue {font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#002299}
.parablue2 {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#002299}
.red{color: #dc0900;}
a.red, a.red:visited {color: #dc0900;}
#table1 {position:relative; width:900px; border:thin solid #ff9933; border-radius:15px; box-shadow:7px 7px 10px #333333; margin:auto; top:30px; background-color:#FFFFFF;}
body {animation: bgAnim 10s 3;}
@keyframes bgAnim {
    0%   {background-color:#336699;}
    50%  {background-color:#EEEEEE;}
    100% {background-color:#336699;}
}
#GoButt {width:220px; height:80px; background-color:#0033CC; border:thick solid #CC0099; border-radius:25px; box-shadow:5px 5px 6px #999999; position:relative; display:block; text-align:center; margin-left:80px; top:-10px;} 
#GoButt:hover {transform:scale(.95); cursor:pointer; color:#DD3333; box-shadow:3px 3px 6px #999999; opacity:.75;}
#GoButt a {text-decoration:none; font-family:tahoma; font-size:16px; color:#FFFFFF; padding:30px 0px 20px 0px; text-align:center;}