* { font-family: Verdana }


a        {text-decoration: none;}


h1       { font-size: 50px; color: white; }

p1       { font-size: 20px; color: white; }
p2       { font-size: 20px; color: blue; }
p3       { font-size: 20px; text-decoration: none; color: white; }
p4       { font-size: 20px; color: black; }
p5       { font-size: 11px; color: black; }


table    { width: 100%; }
table,td { border: 1px solid; border-collapse: collapse; }
td       { text-align: center; }  


#t1      { height: 250px }
#t2      { height: 60px }


#t1z1    { background-color: rgb(54,79,104); width: 75%; }
#t2z1    { background-color: rgb(54,79,104); width: 75%; }
#t2z2    { width:6% }