body {
background-color:#ffff99;
}
.s{
background-color:lime;



}
strong{
font-size: 20px;  
}
div strong{
background-color: red;
font-size: 18px;
font-family:Verdana, Geneva, Tahoma, sans-serif;
}
a {
    color:#666666;
    font-size:16px;
    text-decoration:none;
    }
    a:hover {
    text-decoration:underline overline;
    }
