		 a:link {color: white; text-decoration: none; font-weight: bold}		 a:visited { text-decoration: none; font-weight: bold; color: "#dddddd" } 		 a:active {	text-decoration: none; font-weight: bold; color: "BLUE" }		 a:hover { text-decoration: none; font-weight: bold; color: "YELLOW" }body         { font-family: arial, Helvetica; font-weight: bold; background-color: "RED"; background-repeat: no-repeat; color: "WHITE";                font-size: "12" }
