body {
background: url("../resources/backgrounds/paperbackside100dpi1.jpg") ; 
/*
background-color: #EAEAF6;
*/
color: #000000;
margin: 20px 20px 20px 20px;
}

/*
BACKGROUND COLOR
#EAEAF6 - TO BE UPDATED 2016 DECEMBER 16 - CURRENT
#EAEAEA - Neutral light gray
#F0F0F6 - Lighter cool gray
#EEEEF5 - (Note missing)
#EAEAF0 - Barely cool - CURRENT as of 2016 July 8
#EAEAF4 - Slightly cooler - Tried on 2016 July 8

TESTS 2017 JUNE 15
#FCF6EC	- Neutral bright cream
#FFFFEA
#FFF6EC	- Bright cream
#FFF2EC	- Fleshy cream
#F9F2EC - Dull cream
#DFBF9F
#EFCFAF


TEXT COLOR
#303030 - Neutral dark gray
#300000 - Warm dark gray
#202020 - CURRENT UNTIL 2016 DECEMBER 16
*/

a:link {
color: #000000;
}
a:visited {
color: #000000;
}
a:hover {
text-decoration: none;
}
a:active {
color: #000000;
}

h1 {
color: #000000;
text-align: center;
font-style: italic;
}
h2 {
color: #000000;
text-align: center;
font-style: italic;
}
h3 {
color: #000000;
/*
#3A3A3A - CURRENT UNTIL 2016 DECEMBER 16
*/
font-style: italic;
text-align: center;
}

img {
margin-left: 6px;
margin-right: 6px;
}

header {
text-align: center;
}
article {
text-align: left;
}
figure {
text-align: center;
}
figcaption {
text-align: center;
text-indent: 0;
font-style: italic;
}
nav {
text-align: center;
}
footer {
text-align: center;
text-indent: 0;
font-size: small;
}

hr {
width: 90%;
border: 2px solid #000000;
}

p {
text-indent: .5in;
}
P.particular {
text-align: left;
text-indent: .5in;
font-size: large;
font-style: italic;
font-weight: bold;
color: #000000;
}
P.caption {
text-align: center;
text-indent: 0;
font-style: italic;
}
P.blocktext {
text-align: left;
text-indent: 0;
margin-left: auto;
margin-right: auto;
width: 52em;
}
P.particularblock {
text-align: left;
text-indent: 0;
font-size: large;
font-style: italic;
font-weight: bold;
color: #000000;
margin-left: auto;
margin-right: auto;
width: 52em;
}
P.legal {
text-align: center;
text-indent: 0;
font-size: small;
}

#particular {
text-align: left;
font-style: italic;
/*
font-size: large;
*/
font-weight: bold;
color: #000000;
}
#warning {
color: #E60000;
font-style: italic;
}
#imperial {
text-transformation: uppercase;
font-size: small;
}
#legal {
text-align: center;
font-size: small;
}
#left {
text-align: center;
float: left;
margin: auto;
width: 50%;
}
#right {
text-align: center;
float: right;
margin: auto;
width: 50%;
}
