/*    gravimotion's site STYLE SHEET
   file created Jan 21 2008
   by Henri Salles
   first time used Feb 10 2008

    copied and modified for gravimotionCOM on April 2 2008
    rehauled March 11 2010
   last updated feb 5 2012
   20190520 first clean up
   2010204 increased container size from 700 to 800px
   20201212 increased text size from 14px to 16px
   20201213 added center class which makes no difference  https://www.w3schools.com/howto/howto_css_table_center.asp
   20201214 increased font from 16 to 20
   20201216 back to 16
   20201217 cleaned up
     copied into gravimotionnet.css  Dec 20 2020
*/


body { font: normal 16px Arial, Helvetica, sans-serif;  }
body h1 {text-align: center; }
body a { color: rgb(102,102,153); }
body a:hover {color: rgb(102,102,153);}

.tac { text-align: center; }

.dropbtn {
  background-color: rgb(102,102,153);
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;}
.dropdown {  position: relative;  display: inline-block; font-size: 16px;}
.dropdown-content {
  display: none;
  position: absolute;
  background-color:  rgb(102,102,153);
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;}
.dropdown-content a {
  color: white;
  text-decoration: none;
  display: block;}
.dropdown-content a:hover {background-color: #ffffff;}
.dropdown:hover .dropdown-content {  display: block;  }
.dropdown:hover .dropbtn {  background-color: rgb(102,102,153); }
.whiterow {background-color: #ffffff; }