
// this defines the color of a regular link
// add any other style definitions if you wish
A:link { color: blue }
A:visited { color: blue }
A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-weight : bold;
}
P {	font-family : Arial, Helvetica, sans-serif}
LI {
	font-family : Arial, Helvetica, sans-serif;
}
