<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>

<head>
<title>Resurrection Ascension School Style Sheet</title>
<style>
<!--
.bdunder {text-decoration : underline; text-underline-position : below; font-weight : bold;}
.blue {color : #150185;}
.large {font-size : larger;}
.lrgbl {color : #150185; font-size : larger;}
.small {font-size : smaller;}
.underline {text-decoration : underline; text-underline-position : below;}
a:link {color: #0066ff;}
a:visited {color: #150185;}
a:hover {color: #ff0000;}

body {
	background-image: url('images/parchment.jpg'); /* that will be repeated only along the y-axis [North/South] */
	color: #0000ff;
	font-family: "Times New Roman", Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px; /*margins are set to zero*/
	padding-top: 0px; /*for Opera6*/
	width: auto;
	scrollbar-arrow-color : #150185;
	scrollbar-face-color : #acbedc;
	scrollbar-base-color : #cccacc;
	scrollbar-shadow-color : #150185;
	scrollbar-highlight-color : #cccacc

}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Georgia, "MS Serif", "New York", serif;
	color: #0000ff;
	background-image: url('images/parchment.jpg');
}

p ol, p ul, p dl, ol ul {
	font-size: 16px;
}
/*and here the I prevent the incredible shrinking text*/
p, ol, ul, dl {
	font-size: 16px;
	background-image: url(images/parchment.jpg);
}
/*font-family is already defined, here I only set the font-size*/
/*background-image: url(images/parchment.jpg)*/

.box {
	background: #DFEFF7; /*this is a box where the bottom-navigation and the copyright will be placed*/
	border-color: #999999;
	border-style: solid;
	border-width: 0 1px 1px 0;
	color: #000099;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 2px;
	padding: 4px;
	text-align: center;
}

.little {

	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-left : 50px;
}

em {font-style : italic;}
p.indent {text-indent : 25px;}
.offset {margin-left : 50px;}
p.offset2 {margin-left : 100px;}
p.just {text-align : justify;}
strong {font-weight : bold;}
th.staff {text-align : left;}
-->
</style>

</head>
</html>