/* myStyles */

body{
    background-color: #00EE00;
}
a{
    text-decoration: none;
    color: #FFFF00
}
a:hover{
color: lime
}