body {
    background-color:#DB7093;
}
a {
    color:rgb(50, 25, 30);
}
h1 {
    color:Purple;
}
.silly {
    color:#B0E0E6 !important;
}
.epic {
    text-align:center;
}
#oh {
    border-style:dashed; 
}
table, th, td {
    border:1px solid black;
}
mark {
    background-color:Azure;
}
.div {
    color:black;
}
.cat {
    border-style:dotted; height:200px; width:200px; -webkit-box-reflect:right;
}