/*
arcadia.css
Modified Version of ocgs.css (Last Modified Created April 29, 2011)
Orphaned Computers and Game System, Cascading Style Sheet
Created April 1, 2011

Last Update: December 8, 2011
*/

p.text:first-letter
{
font-size: xx-large;
}

img
{
border-width: 5px;
border-style: solid;
border-color: white;
}

body
{
background-color: #D2B48C; /* Tan */
}

p
{
background-color: white;
font-family: "Times New Roman", Serif;
color: black;
font-size: 12pt;
border-style: solid;
border-color: white;
border-width: 5px;
text-indent: 25px;
margin: 0;
}

h1
{
margin: 0;
text-align:center;
}

h2
{
margin: 0;
text-align:center;
}

h3
{
margin: 0;
text-align:center;
}

h4
{
margin: 0;
text-align:center;
}

h5
{
margin: 0;
text-align:center;
}


h6
{
font-size: 8pt;
margin: 0;
text-align:center;
}

.center
{
margin: auto;
width: 550px;
background-color: white;
}
