body {
	color: Lime;
	background-color: Black;
	background: url(../images/htmlbg-repeat.jpg) repeat;
	font-family: "Times New Roman", sans-serif;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	line-height: .6em;
}
p{
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	line-height: 1em;
	padding-bottom: 1px;
}
.u {
font-size: 1.3em;
	text-align: center;
	font-weight: bold;
text-decoration: underline;

}
html{
	scrollbar-3dlight-color: #4585D9;
	scrollbar-arrow-color: #4585D9;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #4585D9;
	scrollbar-shadow-color: #6924BF;
	scrollbar-track-color: #2d093F;
}