﻿body
{
    font-family:Arial,Verdana,Tahoma;
    font-size: 28px;
    margin: 0px;
}

a
{
 color:#FFFFCC;   
}

a:visited
{
    color: #ffffff;
}

a:hover
{
    text-decoration: none; 
}

a:active
{
    text-decoration: none;
    color: #ffffff;
}

a.b{
   color:Blue;
}

.philatelica
{
  color: White;
}

b
{
    color:#FFFFCC;
    font-size:medium;
    font-weight:bold;
} 

strong
{
    color:#FFFFCC;
    font-size:medium;
}

i
{
    color:#FFFFFF;  
} 

i.b{
   color:#000000; 
}

p
{
  color: #ffffff;
  text-align: justify;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1
{
   font-size: 28px;
   font-weight: bold;
   margin: 5px 0 5px 0;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}

.IE8Fix
 {
   z-index: 100;
   text-align:center;
   color:White;
 }

#navtop
{
    font-size: 18px;  
    font-family:Georgia;
    margin-right: auto;
    margin-left: auto;
    width:980;
    height: 64px;
    vertical-align:top;
}


.footer
{
    width: 726px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size:small;
    margin-top: 10px;
    padding-bottom: 22px;
    color: #ffffff;
}





/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/



.container
{
  background-color:Black;
  background-position:center;
  background-repeat:repeat-y;
  margin-right: auto;
  margin-left: auto;
  width: 770px;
}



/* A full width block on the page */

.fullwidth
{
    width:727;
    margin-right: auto;
    margin-left: auto;
    background: #000000;
    padding-bottom: 30px;
    text-align:center;
}



form
{
    margin: 0px;
}


/************************************************************************
* 
* Forms
*
************************************************************************/

.paleo
{  
    vertical-align:top;
    font-family:Showcard Gothic;
    font-size:28px;
    margin-left:auto;
    background:url(images/stone.jpg);  
}


.bigannounce {
	width: 734px;
	color: Black;
	background-color: #f4f4f4;
	border-top: 3px solid #d8d8d8;
	border-right: 3px solid #d8d8d8;
	border-bottom: 3px solid #d8d8d8;
	border-left: 3px solid #ccc;
	font-family:Georgia;
  font-size:small;
}



