img	{
	display: block;
	border: 1px solid #602000;
	}

body	{
	color: #B40000;
	margin: 0px;
	padding: 5px 0px 20px 20px;
	border: 0px;
	font-family: Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #F9EACC;
	font-size: x-small;
}

* html code	{
	font-size : 105%; 
	}

h1, h2, h3, h4, h5, h6	{
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	}
	
h1	{
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
    }

h2 {
	text-align: center;

    }


h3	{ 
	font-size: medium;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size: medium;  
	}

html>h3 	{
	font-size:  medium;  
	} 


h4	{
	font-weight: bold;
	font-size: small;
	color: #B40000;	
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;

	}


html>h4 	{
	font-size: small;  
	} 	



h5	{
     font-size:    xx-small;      
     voice-family: "\"}\"";   
     voice-family: inherit;   
     font-size:    x-small;  
}
h6	{
	margin: 0px;
	padding: 0px;
	background: transparent;
	text-transform: uppercase;
	font-family: Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: xx-small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
  	font-size: xx-small;
	}

html>h6 	{
	font-size:  xx-small;  
} 


p	{
	margin-top: 0;
	margin-bottom: 1em;
}
	

	/*  Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net  */

* html code	{
	font-size : 105%; 
	}
	
	/* General linkology */
	
a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #602000;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #B40000;
	background: transparent;  
	}
