
/* stjohnsstylesheet.css*/

body {
background: url(background5.jpg) no-repeat center center fixed;
margin-left: 15%; margin-right: 15%; margin-top:1%;margin-bottom:5%;
color: black;
background-color: white;
font-family: times, arial, serif;
}

h1, h2, h3, h4, h5
{
font-family: "Times New Roman", Times, serif; font-size: 40px;
text-align: center;
font-weight: bolder;
}

blockquote
{
font-size: 85%;
color: #a04fff;
}

p
{
font-family: "Times New Roman", Times, serif; font-size: 20px;
}

img.noborder
{
border-style: none;
}

table.auto
{
table-layout: auto;
} 


table.center
{
width:50%; margin-left:25%; margin-right:25%;
}

table
{
border: thin solid silver; width: 100%;  margin-left:auto; margin-right:auto;
}

tr
{
border-top: thin solid silver; border-left:thin solid silver; width:10%
}

td
{
border-top: thin solid silver; border-left:thin solid silver; width:10%
}

th
{
border-top: thin solid silver; border-left:thin solid silver; width:10%}
}

hr
{
width: 25%;text-align:center; margin-left: auto; margin-right: auto;
}

ul, ol
{
font-family: "Times New Roman", Times, serif; font-size: 20px;
}