/* polkadot.css -- style sheet for Polkadot Puppets Website
 -- Created by Scott Zientara 12/26/2003 

*/

body
{
background-color: #F5F58B;
color: #000066;
font-family: verdana, serif;
font-size: 16px;
}
#main
{
width: 780px;
border: 0px;
}
#top
{
width: 780px;
border: 0px;
}

.menu
{
width: 780px;
height: 45px;
}

.menu a
{
padding: 0 15px 0 15px;
text-decoration: none;
color: #000066;
font-size: 18px;
}

.menu h1
{
margin-top: 20px;
padding: 0 0 0 0;
text-decoration: none;
color: #000066;
font-size: 18px;
font-weight: normal;
}
h1[id=show]{ margin-top: 10px; }
.menu h2
{
margin-top: 20px;
padding: 0 0 0 0;
text-decoration: none;
color: #000066;
font-size: 18px;
font-weight: normal;
}
h2[id=puppeteer]{ margin-top: 10px; }
.menu a:hover
{
color: #FA5F00;
background-color: #FFFFFF;
}

.bottom
{
text-align: center;
font-size: 12px;
}

table.content
{
width: 90%;
font-size: 16px;
border: 0px;
}

.content td
{
padding: 5px 5px 5px 10px;
}

div.spacer{
  clear: both;
}

hr
{
color: #FA5F00;
}


.from
{
font-weight: bold;
}

.signed
{
font-style: italic;
padding: 0 0 0 20px;
}

.text
{
font-size: 14px;
padding: 5px 0 5px 10px;
}