﻿body {
	color: white;
}
a {
	text-decoration: none;
	color: #606960;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #A0A0A0;
	font-weight: bold;
}

a.mls-list {
	text-decoration: none;
	color: #606960;
	font-weight: bold;
}
a.mls-list:hover {
	text-decoration: none;
	color: #A0A0A0;
	font-weight: bold;
}
img {
	border: none;
}
A IMG {
	filter: Alpha(Opacity=85);
}
A:hover IMG {
	filter: none;
}
em {
	font-size: larger;
	font-weight: bolder;
	color: #DBC4FF;
}


.mls-mask {
	background-color: black;
	filter: Alpha(Opacity=45);
}
.mls-blog {
	color: white;
	background-color: black;
	filter: Alpha(Opacity=45);
	text-align: justify;
	font-weight: bold;
	width: 350px;
	border: solid #696069 thin;
	padding: 20px;
	margin-left: 20px;
}
.mls-blog-darker {
	color: white;
	background-color: black;
	filter: Alpha(Opacity=90);
	text-align: justify;
	font-weight: bold;
	width: 350px;
	border: solid #696069 thin;
	padding: 20px;
	margin-left: 20px;
}
.mls-note{
	font-weight::normal;
	color:#A0A0A0;
}