/* link properties */
A:link, A:visited {
	color: rgb(0,0,255); /* light blue */
	text-decoration: none;   /* no underlines */
}
A:hover {
	color: rgb(255,0,0);     /* red */
	text-decoration: none;
}

/* content properties */
body {
	background: white;
	background-image: none;  /* for compatability with user stylesheets */

}

