body
 {
  background: linear-gradient(120deg, #222233 0%, #000033 100%);
  color:#EEEEEE;
  text-decoration:none;
  font-family:Verdana, sans-serif;
  font-size:12px;
  width:100%;
  height:100%;
  margin:0px;
  text-align:left;
  vertical-align:top;
  display: grid;
 }



a
{
 COLOR: white;
 TEXT-DECORATION: none;
}
 a:active
 {
  COLOR: white;
  TEXT-DECORATION: none;
 }
 a:visited
 {
  COLOR: white;
  TEXT-DECORATION: none;
 }
 
.left_col_form
 {
 font-family:Verdana, sans-serif;;
 padding:0 px;
 margin:0 px;
 float:left;
 }

.codebox
 {
  font-family: courier;
  font-size: 14px;
  color: #000000;
  background-color: #AAAAAA;
  border: 5px solid #444455;
  border-radius: 10px;
  text-align: left;
  padding: 10px;
  margin: 5px;
 }

#header     {background-color:black;color:white;text-align:center;height:15px;padding:5px;border:0px;margin:0px;}
#footer     {background-color:black;color:white;text-align:center;height:15px;padding:5px;border:0px;margin:0px;clear:both;} 
#nav        {background-color:#444455;text-align:center;height:80px;min-width:800px;}
#nav1       {background-color:#444455;text-align:center;height:80px;min-width:800px;}
#nav2       {background-color:#444455;text-align:center;height:80px;min-width:800px;}
#bottomnav  {background-color:#444455;text-align:center;height:40px;min-width:800px;}
#bottomnav1 {background-color:#444455;text-align:center;height:40px;min-width:800px;}
#bottomnav2 {background-color:#444455;text-align:center;height:40px;min-width:800px;}

.top_menu_content
   {
  font-weight:bold;
  font-size:16px;
  margin: 0px 0;
  padding:0;
  list-style: none;
  font-family:Verdana, sans-serif;
  line-height:80px; 
 }

.top_menu_content li, select
  {
  float: right;
  position: relative;
  border-right: 2px solid #444455;
  text-align:center;
  align: center;
  vertical-align:center;
 }

.top_menu_content a
  {
  display: block;
  margin-right:2px;
  padding: 0 12px 0 12px;

  border: 0;
  text-decoration:none;
  color:#CCBBCC;
 }

.top_menu_content a:hover
  {
  background-color:#444455;
  color:#EEEEEE;
 }
 

.bottom_menu_content
   {
  font-weight:bold;
  font-size:16px;
  margin: 0px 0;
  padding:0;
  list-style: none;
  font-family:Verdana, sans-serif;
 }

.bottom_menu_content li
  {
  background-color:#444455;
  float: left;
  position: relative;
  border-right: 2px solid #444455;
  align: center;
 }

.bottom_menu_content a
  {
  display: block;
  margin-right:2px;
  padding: 0 20px 0 20px;
  line-height:34px;
  border: 0;
  text-decoration:none;
  color:#CCBBCC;
 }

.bottom_menu_content a:hover
  {
  background-color:#444455;
  color:#EEEEEE;
 }
 
 .tile1
 {
  font-family: verdana;
  float:left;
  width:220px;height:350px;
  border-radius:10px;
  display: block;
  text-align:center;
  padding: 15px;
  margin: 30px;
 }

.tile2
 {
  font-family: verdana;
  font-weight: bold;
  float:left;
  width:200px;height:90px;
  font-size: 18px;
  border-radius:10px;
  display: block;
  text-align:center;
  padding: 5px;
  margin: 5px;
 }

.tile3
 {
  font-family: verdana;
  font-weight: bold;
  float:left;
  width:300px;height:135px;
  font-size: 24px;
  border-radius:10px;
  display: block;
  text-align:center;
  padding: 5px;
  margin: 5px;
 }
 
 .left_col_form
 {
 font-family:Verdana;
 padding:0 px;
 margin:0 px;
 float:left;
 }

.basic_form
 {
 font-family:Verdana;
 padding:10px;
 margin:5px;
 float:left;
 border-radius:10px;
 border:5px solid #444455;
 width:330px;
 }
 
input
{
 background-color: #444466;
 color: #CCCCCC;
}

textarea
{
 background-color: #444466;
 color: #CCCCCC;
}

.tile0s
 {
  font-family: verdana;
  font-weight: bold;
  float:left;
  min-width:50px;height:15px;
  font-size: 10px;
  border-radius:10px;
  display: block;
  text-align:center;
  padding: 5px;
  margin: 5px;
 }