body{font-family:Arial,Helvetica,sans-serif;font-size:15px}

@viewport {
    width: device-width;
	zoom:1;
  }

div{max-width:800px;margin:auto}

#maint{font-size:12px}  /*for last line paragraph*/

a:link {text-decoration:none} 
a:visited {text-decoration:none}
a:hover {text-decoration:underline}
a:active {text-decoration:underline}

table{margin:auto}

.grey{background-color:#D3D3D3} /*for table rows*/


  
/*
ul#nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li#nav {
    float: left;
}


a#nav:link, a#nav:visited {
    display: block;
    width: 120px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #98bf21;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

a#nav:hover, a#nav:active {
    background-color: #7A991A;
}
*/