h1 {
font: bold 30px cursive;
/*color: darkslateblue;*/
color: darkblue;
text-align: center;
}

table th, td {
    vertical-align: top;
    align: right;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #CBD5EF 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #CBD5EF 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #CBD5EF 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #CBD5EF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #CBD5EF 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #CBD5EF 100%);
}


p1 {
font: bold 15px cursive;
color: darkblue;
}