@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}
a:link {
	color: #888;
	text-decoration: none;
}
a:visited {
	color: #888;
	text-decoration: none;
}
a:hover {
	color: #242424;
	text-decoration: underline;
}
a:active {
	color: #666;
	text-decoration: none;
}

.text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #888;
}
.totemmedia {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
}
.interactive {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #555;
}
.title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
}
