Body {
     margin-left : 50;
     margin-right : 150;
     font-size: 16px;
     font-color: black
}
img {
    /* width : 300px;   */
}
}
A:link {
font-size: 18px;
font-weight: 600;
font-style: normal;
font-family: "Comic Sans MS";
color: red;
text-decoration: none;
}

A:visited {
font-size: 16px;
font-weight: 600;
font-style: normal;
font-family: "Comic Sans MS";
color: red;
text-decoration: none;
}

A:active {
font-weight: 600;
font-style: normal;
font-family: "Comic Sans MS", "helvetica";
color: rgb(60,150,200);
text-decoration: none;
}

A:hover {
font-size: 18px;
font-weight: 600;
font-style: normal;
font-family: "Comic Sans MS";
color: purple;
text-decoration: none;
}



table{
    border-collapse: collapse;
    margin : auto;     
    margin-top : 0px; }


th{
    border : 1px solid black;
    padding: 5px 5px;
    background-color: yellow;
}
td{
    border : 1px solid black;
    padding: 5px 5px;
    background-color: silver;
}
caption{
    border : 1px solid black;
    padding: 5px 5px;
    background-color: aqua;
}






