body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
.boldnormal {
	font-weight: bold;
}
.boldlarge {
	font-size: large;
	font-weight: bolder;
}
.boldlarger {
	font-size: x-large;
	font-weight: bold;
}
.boldsmall {
	font-size: small;
	font-weight: bold;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #FF0000;
}
a:active {
	color: #9900CC;
}
.smaller {
	font-size: x-small;
	font-weight: normal;
}	
