body, td { font-family:Arial, sans-serif; 
           font-size: 95%;  
          }

a:link { text-decoration:none; font-weight:bold; color:black; }
a:visited { text-decoration:none; font-weight:bold; color:black; }
a:hover { text-decoration:underline; font-weight:bold; color:White }

.a1:link{ text-decoration:underline; font-weight:bold; color:black;} 
.a1:visited{ text-decoration:underline; font-weight:bold; color:black;} 
.a1:hover{ text-decoration:underline; font-weight:bold; color:Purple;}


h1 { color:black; font-size:180%; font-weight:bold; }
h2 { color:white; font-size:100%; font-weight:bold; }
h3 { color:silver; font-size:200%; font-weight:bold; }
h4 { color:white; font-size:80%; font-weight:bold; }
h5 { color:purple; font-size:110%; font-weight:bold;}

.header {background-color:Silver; margin:auto; width:700px;}
.body {background-color:#DCDCDC; margin:auto; width:700px;}
.whitebody { margin:auto; width:700px;}

.centre { margin:auto;}
.centredtext { text-align:center;}
.small { text-align:center; font-size:70%; font-style:italic;}
.silver { color:Silver;}
.purple { color:Purple; font-weight:bold; }
.half { width:50%; vertical-align:top;}
.third { width:33%;}
.tenth { width:10%; text-align:center;}
.40 { width:40%; vertical-align:top; text-align:center; }
.midthird { width:34%; vertical-align:top;}
.bground { background-color:#DCDCDC;}


