a.bitches {
	color: #1414DC;
	text-decoration: none;
}
a.bitches:hover {
	color: #14DC14;
}
a.bitches:active {
	color: #FFFFFF;
}
a.bitches:visited {
	color: #14DC14;
}
a.activities {
	color: #14DC14;
	text-decoration: none;
}
a.activities:hover {
	color: #1414DC;
}
a.activities:active {
	color: #FFFFFF;
}
a.activities:visited {
	color: #1414DC;
}
BODY {
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: white;
	scrollbar-base-color: #1414DC;
	scrollbar-darkshadow-color: black;
	scrollbar-face-color: #1414DC;
	scrollbar-highlight-color: #1414DC;
	scrollbar-shadow-color: white;
	scrollbar-track-color: black;
	font: 12px Verdana;
	color: White;
	background-attachment: scroll;
}

TABLE, TR, TD {
	border: 0px solid black;
	font: 12px Verdana;
}

div {
	position: absolute;
	font-weight: bold;
	padding: 5px;
}

div.bitches {
	left: 81px;
	top: 200px;
	height: 300px;
	width: 100px;
}

div.activities {
	right: 81px;
	top: 200px;
	height: 300px;
	width: 100px;
}

div.update {
	left: 262px;
	top: 200px;
	height: 150px;
	width: 500px;
}