/* Basic stylesheet for the Optimist Club of Calgary page.
Author: Seth Davenport
Email: seth.davenport@mail.mcgill.ca.

This sheet contains basic CSS1 definitions suitable for
older browsers such as Netscape Navigator 4.x. */

body {
   background-color: white;
	color: black;
	font-family: Georgia, serif;
}

a {
   color: #0000AA;
	text-decoration: none;
}

a:visited {
   color: #8800AA;
}

a:hover {
   text-decoration: underline;
}
