
body {
	font-family: Arial, serif;
	color: #000000;
	background-color: #FFFFFF;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
}

a:visited {
	color: #8A2BE2;
}

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

/* We have a special style for the titles of
 * different pages and the like.
 */
.title {
	font-size: large;
	font-weight: bold;
	color: #FF0000;
}

/* DEPRECATED */
.smallTitle {
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
}

/* The silly thing is, we shouldn't need this */
small {
	font-size: small;
}

/* Remove image borders */
img {
	border-style: none;
}

/* For things that need attention drawn to them */
.attention {
	font-weight: bold;
}


