﻿
/* camperdownstylesheet.css*/

body
{
background: url(background1.jpg) no-repeat fixed center;
margin-left: 10%; margin-right: 10%; 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: 100%;
color: #271669;
}
p
{
font-family: "Times New Roman", Times, serif; font-size: 20px;
}
.cp
{
text-align:center;
}
.cpi{
text-align:center; font-style: italic;
}
.cpb
{
text-align:center; font-weight: bold;
}
img.noborder
{
border-style: none;
}
table.auto
{
table-layout: fixed;
}
table.center
{
width:50%; margin-left:15%; margin-right:15%; background-color: #EFE9C5;
}
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;
}

.newspaper
{
font-size: 1.2em; margin-left: 3%; margin-right: 3%;
}

/* Images */
.figcenter   {
text-align: center;}

.figleft {
    float: left;
    clear: left;
    margin-left: 0;
    margin-bottom: 1em;
    margin-top: 1em;
    margin-right: 1em;
    padding: 0;
    text-align: center;}

.figleft2 {
    float: left;
    clear: left;
    margin-left: 0;
    margin-right: 1em;
    padding: 0;
    text-align: center;}

.figright {
    float: right;
    clear: right;
    margin-left: 1em;
    margin-bottom: 1em;
    margin-top: 1em;
    margin-right: 0;
    padding: 0;
    text-align: center;}

.pagenum {visibility: hidden;
    position: absolute;
    left: 92%;
    font-size:smaller;
    text-align:right;}

.smcap{font-variant: small-caps;}

div#fixedheader {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    color:#000000;
    background:#c0c0c0;
    padding:0px;
}

div#fixedfooter {
    position:fixed;
    bottom:0px;
    left:0px;
    width:100%;
    color:#CCC;
    background:#333;
    padding:8px;
}
