/* CSS reset */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th, caption {
	font-weight: normal;
	text-align: left;
}

img, fieldset {
	border: 0;
}

ol {
	padding-left: 1.4em;
	list-style: decimal;
}

ul {
	padding-left: 1.4em;
	list-style: square;
}

q:before, q:after {
	content:'';
}

/* end CSS reset */
@font-face {
	font-family: BookmanOldStyle;
	src: url("../fonts/BookmanOldStyle.ttf");
}

@font-face {
	font-family: LucidaSans;
	src: url("../fonts/Lsans.TTF");
}

body {
	background-image: url(../images/jukebox.png);
	width: 937px;
	height: 937px;
	background-repeat: no-repeat;
	background-color: #e7e3d6;
}

h1 {
        font-family: BookmanOldStyle;
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 8px;
	font-weight: bold;
	color: #000000;
}

p {
	margin-bottom: 4px;
}

.textbody {
	/* font-family: Tahoma, Helvetica, Arial, sans-serif; */
	font-family: LucidaSans;
	font-size: 16px;
	line-height: 20px;
        position: absolute;
        left: 50px;
        top: 10px;
        width: 600px;
        /* height: 800px; */
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
	background-color: #e7e3d6;
	/* background-color: #f8e5e5;
	color: #4d0807; */
}


a {
	color: blue;
}
