/* Bournestream Style Sheet */
body {
  margin-top: 20px;
  margin-left: 0px; margin-right: 0%;
  color: dark grey; 
/*this is the background colour of the page*/
   background: beige;
  font-family: Verdana, Arial, sans-serif; }

  :link { color: rgb(0, 0, 0); }  /* for unvisited links */
  :visited { color: rgb(00, 80, 80); } /* for visited links */
  a:active { color: rgb(00, FF, 00); } /* when link is clicked */
  a:hover { color: rgb(0, FF,FF); } /* when mouse is over link */

a.navwhite:link { text-decoration: none; color: white;  }
a.navwhite:visited { text-decoration: none; color: white;  }
a.navwhite:hover { text-decoration: underline; color: white;  }
/*this is menu on left colour*/
a.navblack:link { text-decoration: none; color: beige; }
a.navblack:visited { text-decoration: none; color: beige; }
a.navblack:hover { text-decoration: underline; color: beige;  }

h1 { font-size: 120%; 
color: #1F497D;
font-weight: bold;
font-family: Verdana, "Arial", serif;
margin-top: 20px;
margin-bottom: 3px;}

h2 { font-size: 110%; 
color: black;
font-weight: bold;
font-family: Verdana, "Arial", san-serif; 
margin-top: 10px;
margin-bottom: 3px;}

h3 { font-size: 100%; 
color: beige;
font-weight: normal;
 font-family: Verdana, "Arial", serif; 
margin-top: 10px;
margin-bottom: 0px;}

h4 { font-size: 100%; 
color: black;
font-weight: bold;
 font-family: Verdana, "Arial", serif; 
margin-top: 0px;
margin-bottom: 5px;}

h5 { font-size: 80%; 
color: black;
font-weight: bold;
 font-family: Verdana, "Arial", serif; 
margin-top: 0px;
margin-bottom: 0px;}

h6 { font-size: 100%; 
color: black;
font-weight: normal;
 font-family: Verdana, "Arial", serif; 
margin-top: 20px;
margin-bottom: 0px;}
}




table  {

/border of table works/
border: 3px solid #F5F5DC;

background-color: #F5F5DC;

width: 900px;
}


td {border:2px pink;

background-color:#F5F5DC

}




th
{
background-color: #1F497D;
color:white;
}


td.menu {
	background-color: #1F497D; 
font-weight: bold;
margin-top: 20px;
width: 25%;

)


td.main {
	background-color: #F5F5DC; color: green;


verical-align:text-top;


)

