/* Change the colors and actions of the links */
a { color: #000114; text-decoration: none; }
	a:hover { text-decoration: underline; }

/* Alter the fonts for the entire document */
body { font-family: Helvetica, Verdana, sans-serif; font-size: 12px; }
em { font-style: italic; }