* {color: rgb(0, 131, 131);font-family: Arial, Helvetica, sans-serif;}
img {width: 20%;}
h1 {font-size: 100px;}
h2 {font-size: 50px;font-style: italic;}
h4 {font-size: 0px;}
h3 {color: blue;}
p {color: green;}
p img { 
    color: yellow;
    width: 10%;
} /* img hijo de p */
p a {
    color: blue;
    font-size: 250px;
    padding-left: 5%;
}
table tr td table tr td p {
    color:rgb(0, 60, 255)
} /* p hijo de td hijo de tr hijo de table hijo de td hijo de tr hijo de table (XD)*/
.class {
    color: blueviolet;
}
p.class2 {
    color: burlywood;
    font-size: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h6.class2 {
    font-size: 15px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: crimson;
}
h4.class2 {
    font-size: 35px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: darkgreen;
}