        /* General */
body 	        {color: 000066;
                background-color: white;
                font-family: veranda, "lucinda grande", "lucinda sans", sans-serif;
                }

img             {max-width: 100%;
                object-fit: cover;
                }

        /* Navigation */
a.nav:link	{color: white;
                }
 a.nav:visited  {color: white;
                }
 a.nav:focus    {color: cyan;
                }
 a.nav:hover	{color: cyan;
                }
 a:nav:active	{color: white;
                }

nav 	 	{background-color: 000066;
                }

nav a:link	{color: white;
                }

nav a:visited	{color: white
                }

nav a:focus	{color: cyan;
                }

nav a:hover	{color: cyan;
                }

nav a:active	{color: white;
                }

table.nav	{width: 100%;
                border: 1px solid white;
                border-spacing: 5px;
                font-family: veranda,"lucinda grande", "lucinda sans", sans-serif;
                font-size: 12px;
                background-color: 000066;
                color: white;
                }

td.nav	        {border: 2px solid white;
                padding:0px;
                width: 8%;
                background: 000066;
                text-align: center;
                height: 50px;
                color: white;
                }

 /* default page table */
table.def	{
                border-color: none;
                width: 100%;
                border-collapse: collapse;
                }
                        
td.def1		
                {border-color: none;
                width: 33%;
                text-align: center;
                padding: 30px
                }
                


