.textdecor { color: blue; font-family: tohoma; font-size: 14; }
.gallery { color:white; font-family: tohoma; }
.para { font-family: tohoma; font-size: 18; }
h1 { font-family: tohoma; color:blue; }
li { font-family: tohoma; color:green; }
a:link    { color: red }    /* unvisited links */
a:visited { color: blue }   /* visited links   */
a:hover   { color: yellow } /* user hovers     */
a:active  { color: lime }   /* active links    */