<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#footer
{
  float:left;
  margin-left: 40px;
  padding: 20px;
  width:300px;
  background-color:#C8C8C8
}

#form
{
  float: left;
  width: 20em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#login
{
  width: 700px; /*52%*/
  margin-left:auto;
  margin-right:auto;
}

#youtube_video{
  width: 560px;
  margin-left:auto;
  margin-right:auto;
  margin-top:auto;
  vertical-align:center;
}

h2 
{

}

body
{
background-image:url('Train.jpg');
}


legend
{
  text-align: left;
}

fieldset
{
  border: 5px inset;
  width: 20em;
  text-align:left;
    
}

a:link{
  text-decoration:none;
}

a:visited 
{
  text-decoration:none;
}
a:hover
{
  text-decoration:underline;
  color:#009900;
}
a:active
{
  text-decoration:underline;
  background-color:#009900;
  color:#000000;
}


</pre></body></html>