#submit{
    background-color: blue;font-size: 20px; font-weight: bold;color: white;
}
.sysFeatures{
    color: darkblue; font-size: 18px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.welcomeText{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.myIcons{
    border: solid 1px wheat; border-radius: 50px;width: 30px;height: 30px;
}
.myIcons:hover{
    background-color: blue;
}
.aboutUs{
    text-decoration: none; color: wheat;

}
.webAddress{
    text-decoration: none; color: wheat;
}
.webAddress:hover{
    text-decoration: underline;
}

ul {
    list-style-type: none; float: right;
  }

  li {
    display: inline; margin: 10px;
  }
  
  li a {
    color: white; text-decoration: none;
  }
  
  li a:hover {
    text-decoration: underline;
  }