body
{
	margin: 0px;

   background: url('/assets/img/bgtex.gif');

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}

#content A:link {color:#004d99; font-family: arial; text-decoration: none;}
#content A:visited {color: #004d99; font-family: arial; text-decoration: none;}
#content A:hover {color:#994d00; font-family: arial; text-decoration: underline;}
#content A:active {color:#004d99; font-family: arial; text-decoration: none;}

img
{
  border: none;
}

#container
{
   width: 500px;
   
   margin: 80px auto 0 auto; 
   
   border: 1px solid black;
   background: white;
}

#content 
{
	padding: 20px 30px 0px 30px;
   line-height: 140%;
}

#content h1
{
   margin: 0;
   font-size: 1.4em;
   color: #333;
	font-weight: bold;
}

#content h2
{
	font-size: 1em;
	color: #32525a;
	font-weight: bold;
}

#content .continue
{
   font-size: 1.3em;
   text-align: center;
}

#header
{
   background: black;
   height: 85px;
   
   text-align: center;
}      

