html,body{
      margin:0;
      padding:0;
      height:99%;
      border:none;
      background-color: #ffffff;
      color: #ffffff;
   }

/* The following columns and rows will give a fixed 3*4 table which will display full size
on a screen of resolution 1024*768. */

#c1r1 {width:100px; height:100px;}
#c2 {width:800px;}
#c3 {width:900px;}

#r1 {height:100px;}
#r2 {height:460px;}
#r3 {height:100px;}
#r4 {height:20px;}
#c3r4 {width:100px; height:20px;}


/* This ensures that the content of every web page is centred in the browser. The width needs to be about 50px
larger than the sum of all the column widths, for some reason!*/
#content{
   height: 650px;
   width: 1000px;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -463px;
   margin-top: -317px;}

#content1{
   height: 630px;
   width: 1000px;
   position: absolute;
   top: 42%;
   left: 50%;
   margin-left: -500px;
   margin-top: -300px;}

.title {
   font-family: "helvetica neue", helvetica, Verdana, sans-serif;
   font-size: 36pt;
   color: #005d96;
   background-color: #ffffff;
   font-style: normal;
   font-weight: bold;
}
.body{
   font-family: "helvetica neue", helvetica, Verdana, sans-serif;
   font-size: 10pt;
   color: #000000;
   background-color: #ffffff;
   font-style: normal;
   font-weight: normal;
}
.small_body{
   font-family: "helvetica neue", helvetica, Verdana, sans-serif;
   font-size: 9pt;
   color: #005d96;
   background-color: #ffffff;
   font-style: normal;
   font-weight: normal;
}
.heading1{
   font-family: "helvetica neue", helvetica, Verdana, sans-serif;
   font-size: 24pt;
   color: #005d96;
   background-color: #ffffff;
   font-style: normal;
   font-weight: normal;
}
.link_text{
   font-family: "helvetica neue", helvetica, Verdana, sans-serif;
   font-size: 8pt;
   color: #005d96;
   background-color: #ffffff;
   font-style: normal;
   font-weight: normal;
}

a:link{
   color: #005d96;
   text-decoration: none;
   padding-right: 10px;
   padding-left: 10px;
}
a:visited{
   color: #005d96;
   text-decoration: none;
   padding-right: 10px;
   padding-left: 10px;
}
a:hover{
   color: #000000;
   text-decoration: none;
   padding-right: 10px;
   padding-left: 10px;
}
