body { color: rgb(0,0,0); background: rgb(255,255,255); font-family: "Times New Roman" } /*body text attributes */
link { color: rgb(75, 176, 64) } /* for unvisited links */
visited { color: rgb(64, 128, 128) } /* 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 */