body{
     margin-top:60px;
     margin-right:70px;
     margin-bottom:50px;
     margin-left:60px;
     background-image:url("rerto_colorful_background.jpg");
     background-repeat:repeat;

}

a:link{
        color:blue;
        text-decoration:none;
}
a:visited{
        color:purpple;
        text-decoration:none;
}
a:active{
        
        color:red;
        text-decoration:none;
}
a:hover{
        text-transform:uppercase;
        font-weight:bold;
        color:red;
        background-color:red;
}

        


}
.t{
     background-color:silver;
     color:black;
     font-family:algerian;
     font-size:48pt;
     text-align:center;
     border-style:inset;
     border-width:thick;
     width:25px;
     height:25px;
     
}
.p{
   color:blue;
   font-family:elephant;
   font-size:18pt;
   text-align:center;
   text-decoration:underline;
}

.t2{
   color:black;
   background-color:red;
   font-family:forte;
   font-size:38pt;
   text-align:center;
}
