body { color: rgb(0,0,0); font-family: serif } /*body text attributes */
link { color: rgb(218, 81, 247) } /* for unvisited links */
visited { color: rgb(143, 3, 122) } /* for visited links */ 
active { color: rgb(255, 0, 102) } /* when link is clicked */ 
hover { color: rgb(0, 96, 255) } /* when mouse is over link */ 
H1 { font-size: 140%; font-weight: bold; text-align: center } /* header type 1 */
H2 { font-size: 120%; font-weight: bold; text-align: center } /* header type 2 */