html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

 /* Size of page container */
 
#bodywrapper 
{
position: relative;
width: 1200px;
margin: 0 auto;
border-width: 6px; 
border-style: double; 
border-color: #999; 
border-radius: 25px;
background-color: #1039E0;

}

.bg { height: auto; background-image: url("images/bluefade.gif");
 background-repeat: repeat; } 


img.displayed { display: block; margin: 0 auto; }

a:link { color: #FFF; text-decoration : none; outline: none;}
a:active { color: #FFF; }
a:visited { color: #FFF; }
a:hover { color: RED; }


.width90 { position: relative; width:90%; margin: 0 auto; }

.width80 { position: relative; width:80%; margin: 0 auto; }

.width70 { position: relative; width:70%; margin: 0 auto; }

.width50 { position: relative; width:50%; margin: 0 auto; }

.hr80  { color:#000; width:80%; margin: 0 auto; height: 2px; } 

.tfont0  /* Text Font */
{ font-size: 1em; font-family: Georgia, times, 'times new roman', serif; }

.tfont1  /* Text Font Bold */
{ font-size: 1em; font-family: Georgia, times, 'times new roman', serif; font-weight: bold; }

.header { font-size: 4em; font-family: Elephant, serif; font-weight : bold; font-style: italic; }

.afontbig { font-size: 2.5em; font-family: Georgia, times, 'times new roman', serif; font-weight : bold; font-style: italic; }

/* A Fonts  */
.afont1 { font-size: .5em; font-family: Georgia, times, 'times new roman', serif; }

.afont2 { font-size: .75em; font-family: Georgia, times, 'times new roman', serif; }

.afont3 { font-size: 1em; font-family: Georgia, times, 'times new roman', serif; }

.afont4 { font-size: 1.25em; font-family: Georgia, times, 'times new roman', serif; }

.afont5 { font-size: 1.5em; font-family: Georgia, times, 'times new roman', serif; }

.footer { font-size: 1em; font-family: Georgia, times, 'times new roman', serif; }

.footer1 { font-size: .85em; font-family: Georgia, times, 'times new roman', serif; }

.pcenter { text-align: center; }

.pleft { text-align: left; }

.pright { text-align: right; }

.vtop { vertical-align: top; }

.vmiddle  { vertical-align: middle; }

.styleI { font-style: italic; }

.styleB { font-weight: bold; } 

div.clear { clear:both; }

