 /*Comment - Used for build 8 */
 /*remember to set the style on the HTML tag name!!! */
 
 /* set the overall page background colour to green */
 body {
    background-color: rgb(141,220,39);
    font-family: verdana ;
    color: black;
    font-size: 10pt ;
 }
 
 /* to set the table controlling content on light green*/
 td, tr {
    background-color: rgb(224,255,227) ;
    font-family: verdana ;
    color: black;
    font-size: 10pt ;
}
h1 {
    font-family: verdana ;
    font-size: 20pt ;
    color: black
 }

h2 {
    font-family: verdana ;
    font-size: 16pt ;
    color: black
  }

h3 {
    font-family: verdana ;
    font-size: 10pt ;
    color: black
  }
  
/* for quotes */
h5 {
    font-family: verdana ;
    font-size: 8pt ;
    color: black ;
    font-weight: lighter
  }
  
/*to set link style */
a {font-family: verdana;
font-size: 10pt
}

/* to set the normal link menu display */ 
a:link
{
color:blue;
font-weight : bold;
}

a:active
{
color:blue;
font-weight:bold;
}

a:visited 
{
color:green;
font-weight:bold;
}

a:hover
{
color: black;
font-weight:bold;
background: green;
}

 /* to set the moveme logo into the header bar */
.MoveMeImageLogo
{
text-indent: 25px; 
 font-style: oblique; 
 color: navy; 
 font-weight: bold; 
 font-family: arial; 
 font-size: 28px; 
 background-image:url('MoveMeTruckWebGreen.gif'); 
 background-repeat: no-repeat; 
 background-color: rgb(140, 208, 123); 
 height:44px;
 width:180px;
 }
 
 /* to set the moveme tag line under the log */
.MoveMeLogoTagLine
{
/* set the darker green LHS */
    background-color: rgb(140, 208, 123);
    border-width:1px;
    height:14px;
    width:180px;
    color: rgb(0, 0, 171);
    font-weight:bold;
    font-family: verdana;
    font-size:8px;
    text-align:left;
}
   
 /* play with the vertical menu display */ 
a.vertical:link
{
color:blue;
background:rgb(140, 208, 123);
font-weight : bold;
width: 180px;
display:block;
}

a.vertical:active
{
text-decoration:none;
color:blue;
background: rgb(140, 208, 123);
font-weight:bold;
width: 180px;
display:block;
}

a.vertical:visited 
{
text-decoration:none;
color:green;
background:rgb(140, 208, 123);
font-weight:bold;
width: 180px;
display:block;	  
}

a.vertical:hover
{
text-decoration:none;
color:white;
font-weight:bold;
width: 180px;
background: green;
display:block;	  
}

.navigationBorder
{
background:navy;
border-style:solid;
border-color: rgb(140, 208, 123);
border-width:0px;
width:180px;
 }