/*
ocgs_bookcast.css
Orphaned Computers and Game Systems, Cascading Style Sheet
Modified for use with Bookcast Articles
Created May 21, 2015

Updates:   June 2, 2015
- Updated masthead area
- Added short descriptions of recent updates

May 30, 2015
- Changed paragraph tag

May 21, 2015
- Copied file from original ocgs.css
- Changed paragraph tags

April 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;
}

img
{
border-width: 5px;
border-style: solid;
border-color: white;
}

body
{
background-color: #696969; /* DimGray */
}

p
{
background-color: white;
font-family: "Calibri Light", Helvetica;
color: Black;
font-size: 14pt;
border-style: solid;
border-color: white;
border-width: 5px;
text-indent: 0px;
margin: 0;padding-bottom: 10px;
}

p1
{
background-color: white;
font-family: "Arial", Helvetica;
color: black;
font-size: 11pt;
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: 700px;
background-color: white;
}


#navbar ul
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}

#navbar li
{
float:left;
}

#navbar a:link
{
display:block;
width:129px;
font-weight:bold;
color:#FFFFFF;
background-color: #87CEFA;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}

#navbar a:visited
{
display:block;
width:129px;
font-weight:bold;
color:#FFFFFF;
background-color: #87CEFA;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}


#navbar a:hover,a:active
{
background-color:blue;
}

#navbar a:active
{
background-color:blue;
}

