/*iframe testing!!!!*/

html {
    background-color:lightblue;
  
}

body {
  
    background-color:powderblue;
    width:300px;
    margin:auto;
    padding-top:10px;
    padding-bottom:10px;
    font-family:monospace;
    color:black;
    font-style:italic;
}

a:link {
    color:powderblue;
    text-decoration:none;
}

a:visited {
    color:midnightblue; 
}

a:hover {
    color:white;
    text-decoration:underline;
}

a:active {
    color:yellow; 
}

