a.rolline:link {
	text-decoration: none;
	color: #663300;
}
a.rolline:hover {
	text-decoration: underline;
	color: #663300;
}
a.rolline:visited {
	text-decoration: none;
	color: #333366;
}

a.light:link {
	color: #ffff66;
	text-decoration: underline;
}
a.light:visited {
	color: #ffffff;
	text-decoration: underline;
}

a.dark:link {
	text-decoration: none;
	color: #663300;
}
a.dark:hover {
	text-decoration: underline;
	color: #663300;
}
a.dark:visited {
	color: #333366;
	text-decoration: underline;
}

a.bluegray:link {
	text-decoration: underline;
	color: #333366;
}
a.bluegray:hover {
	text-decoration: underline;
	color: #333366;
}
a.bluegray:visited {
	color: #333333;
	text-decoration: underline;
}

a.headline:link {
    text-decoration: underline;
    color: #8C4326
}
a.headline:hover {
    text-decoration: underline;
    color: #666666
}
a.headline:visited {
    text-decoration: underline;
    color: #333366
}

font {
	font-family: "Times New Roman", Times, serif;
}
.floatright {
	float: right;
	padding: 4px;
	margin: 2px;
}
.floatleft {
	float: left;
	padding: 4px;
	margin: 2px;
}
.bottom {
    background-color: #b57955;
	position: fixed;
	left: 0;
	bottom: 0;
	height: 15px;
	z-index: 1;
}
.closep {
	padding: 0px;
	margin-bottom: 7px;
	margin-top: 7px;
}

img.ex1 {
  position:absolute;
  bottom:0;
}

img {
	border: 0 none rgba(255,255,255,0);
}

body {
background: #B57955 url(MEF_Art/BKG_tile.gif) repeat-y;
} 
