/*
videobrain.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: May 17, 2012
             - Added div.GrayBox
*/

div.GrayBox
{
background-color: #D3D3D3;  /* LightGray */
padding:10px;
border:5px solid #D3D3D3;   /* LightGray */
margin:0px;
border-style: solid;
border-color: white;
border-width: 5px;
text-indent: 25px;
}


p.text:first-letter
{
font-size: xx-large;
}

img
{
border-width: 5px;
border-style: solid;
border-color: white;
}

body
{
background-color: #FFE4C4; /* Bisque */
}

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;
}
