body {
background-color: #000000;
color: #A9A9A9;
margin: 20px 20px 20px 20px;
}

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

h1 {
color: #FFFFFF;
text-align: center;
font-style: italic;
}
h2 {
color: #FFFFFF;
text-align: center;
font-style: italic;
}
h3 {
color: #A9A9A9;
font-style: italic;
text-align: center;
}

img {
margin-left: 9px;
margin-right: 9px;
vertical-align: middle;
}

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%;
}

p {
text-indent: .5in;
}
P.particular {
text-align: left;
text-indent: .5in;
font-size: large;
font-style: italic;
font-weight: bold;
color: #FFFFFF;
}
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.legal {
text-align: center;
text-indent: 0;
font-size: small;
}
P.trick {
text-align: left;
text-indent: .5in;
font-size: large;
font-style: italic;
font-weight: bold;
color: #FFFFFF;
text-decoration: underline;
}
P.trick:hover {
text-decoration: none;
}

#particular {
text-align: left;
font-style: italic;
font-size: large;
font-weight: bold;
color: #FFFFFF;
}
#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%;
}
