/* CSS Document */

body {
	background-image:	none;
	background-color:	#f53739;
	font-family:		Arial;
}
A:link {
	font-family:		Arial;
	font-weight:		normal;
	color:				blue;
	text-decoration:	none;
}
A:visited {
	font-family:		Arial;
	font-weight:		normal;
	color:				green;
	text-decoration:	none;
}
A:hover {
	font-family:		Arial;
	font-weight:		bold;
	color:				red;
	text-decoration:	none;
}
.e120 {
	font-size: 1.2em;
}
.e100 {
	font-size: 1em;
}
.e95 {
	font-size: .95em;
}
.e90 {
	font-size: .9em;
}
.e85{
	font-size: .85em;
}
.e80{
	font-size: .8em;
}
.e70{
	font-size: .7em;
}