/* 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: BritannicTMed;
	src: url("../fonts/B022014T.TTF");
}

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

@media screen and (min-width:960px) {
body {
        background-image: url(../images/jesuschristsuperstar.jpg);
        width: 1024px;
        height: 783px;
	background-color: #78716c;
}
.textbody {
	/* font-family: Tahoma, Helvetica, Arial, sans-serif; */
	font-family: CalistoMT;
	font-size: 18px;
	line-height: 22px;
        position: absolute;
        left: 50px;
        top: 10px;
        width: 800px;
        padding-left: 20px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
	background-color: #e7d5d5;
}

}

@media screen and (min-width:320px) and (max-width:960px) {
body {
        background-image: url(../images/jesuschristsuperstar.jpg);
        width: 320px;
        height: 783px;
	background-color: #78716c;
}
.textbody {
	/* font-family: Tahoma, Helvetica, Arial, sans-serif; */
	font-family: CalistoMT;
	font-size: 18px;
	line-height: 22px;
        position: absolute;
        left: 10px;
        top: 10px;
        width: 280px;
        padding-left: 20px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
	background-color: #e7d5d5;
}

}

h1 {
	/* font-family: Brush Script MT; */
	font-family: BritannicTMed;
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 8px;
	/* font-weight: bold; */
	color: #000000;
}

p {
	margin-bottom: 4px;
}

iframe {
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	color: blue;
}

ul {
	padding-bottom: 5px;
}
