/* CSS Document */

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	
	color: #ffffff;
	letter-spacing: 0.15em;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	letter-spacing: .15em;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #487878;
	text-decoration: none;
	background-color: #transparent;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
	color: #ffffff;
	scrollbar-base-color: #FFFFFF;
scrollbar-arrow-color: #000000;
scrollbar-highlight-color: #FF0000;
scrollbar-face-color: #FF0000;
scrollbar-shadow-color: #FF0000;
scrollbar-3dlight-color: #FF0000;
scrollbar-track-color: #FF0000;
scrollbar-darkshadow-color: #FF0000;
}
.black {
	color: #000000;
	background-color: #000000;
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	letter-spacing: .15em;
}
#somecell {
width: 617px;
height: 417px;
overflow: auto;
}





