a:visited {
   color: white !important;
   text-decoration: none;
}

a:link {
   color: white !important;
   text-decoration: none;
}

body {
   font-family: verdana;
   font-size: 16px;
   color: black;
   margin-left: 50px;
   
}
#intro{
    font-size:55px;
    
    color:blue;
    height: 200px;
    text-align:center;
    font-family:'Courier New', Courier, monospace;
    background-image: url("coding.jpg");
    background-color: rgba(200,220,220,0.9);
    background-blend-mode: lighten;
  
}
td {
   padding-right: 7px;
   padding-top:2px;
   padding-bottom:4px;
}


td {
   border: none; /*2px groove;*/
}

.main_links {
   font-size: 18px;
   padding: 3px;
   
}