<Style type='text/css'>
 *{
       font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size:12px;
	   font-weight:none; 
	   letter-spacing: 0px; 
	   text-decoration: none;
    }
body{
         position: absolute;
		 background-color: lightblue;
		 color: Blue;
		 width: 799px;
         margin: 0px
		 padding: 0px

    }
 a:link{
		 color: DarkBlue;
     }
 a:active{
		 color: RoyalBlue;
     }
 a:visited{
		 color: green;
     }
 a:hover{
		 color: Cyan;
		 font-weight: bold
     }
 a:focus{
		 color: Cyan;
     }

table{
         font-family: Verdana, Arial, Helvetica, sans-serif;
	     font-size:12px;
         margin: 0px
		 padding: 0px
         vertical-align: top;
     }
tr.trColorBackGr{
         background-color: Darkblue;
     }
 td.tblMenuTd{
         border: thin solid White;
		 background-color: darkblue;
		 text-align: left
		 vertical-align: top;
         margin: 0px;
		 padding: 5px;

		 
     }
	 table.tabProducts
	 {
		background-color: DarkBlue;
	 }
	 tr.trProducts
	 {
		background-color: lightblue;
		
	 }
 td.tdProductHeading{
         font-family: "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
	     font-size:14px;
		 color: Darkblue;
		 font-weight: bold;
 		 /*background-color: silver;*/
     }
 td.tdProductText{
         margin: 10px;
         font-family: Arial, Verdana, Helvetica, sans-serif;
	     font-size:12px;
		 color: DarkBlue;
		 /*text-indent: 12px;*/
		 /*text-align: center;*/
		 text-align: justify;
		 padding: 5px;
     }

 td#tblMenuLowerPart{
         border: thin solid lightgrey;
		 background-color: darkblue;
     }

  li#litblmenu{ 
         font-family: sans-sarif, Arial, Vardana;
         list-style-type: disc;
		 color: white;
         margin: 0px
		 padding: 0px
		 text-align: left;
		 letter-spacing: 1px; 
	 }
 li#litblmenu a:link{
		 color: White;
     }
 li#litblmenu a:active{
		 color: White;
     }
 li#litblmenu a:visited{
		 color: lightBlue;
     }
 li#litblmenu a:hover{
         color: White;
		 font-weight: bold
     }
 li#litblmenu a:focus{
		 color: White;
     }
	 
