body {
	color: Black;
	background-color : White;
	width : 714px;
}

dt {
	font-weight : bold;
	padding-top: 1em;
}

img {
	border-style: none;
	}

table {
	width : 714px;
}


.larger {
	font-size : larger;
}

.large {
	font-size : large;
}

.xlarge {
	font-size : x-large;
}

a:hover {
	color : Red;
	background-color: White;
}

.center {
	text-align: center;
}

.smaller {
	font-size : smaller;
}

.bgcolor {
	color: Black;
	background-color : #99FF66;
}

.ss {
	font-family: sans-serif;
	}