/*  newbranch */


body
	{
	font-family: Vendana, sans-serif;
	color: brown;
	background-image: url('paper.gif')
	}

h1
	{
	background-color: beige;
	color: #bc8f8f;
	font-size: 14pt;
	font-family: Vendana, sans-serif;
	font-weight: bold;
	border: #bc8f8f ridge;
	padding: 3px;
	margin: 3px;
	}
h2
	{
	color: brown;
	font-size: 13pt;
	font-family: Vendana, sans-serif;
	font-weight: bold;
	}
h3
	{
	color: #cd853f;
	font-size: 12pt;
	font-family: Vendana, sans-serif;
	font-weight: bold;
	border: gold ridge;
	padding: 7px;
	margin: 7px;
	width: 140px;
	}

a:link
	{
	text-decoration: none;
	color: brown;
	font-weight: bold;
	border: 0px solid brown;
	}
	a:visited {
	text-decoration: none;
	color: #f4a460;	
	}
	
	a:active {
	text-decoration: none;
	color: brown;
	}
	
	a:hover  {
	font-weight: bold;
	text-decoration: none;
	color: #0000ff;

	}
td
	{
	border: 0px solid black;
	margin:4px 4px;
	}
	
	button {
	background-color: beige;
	background-image: url('paper.gif');
	border: 2px outset brown;
	padding: 5px ;
	font-size: 30pt ;
	color: orange;
	}
	
	legend {
	color:  brown    ;
	font-weight: bold;

	}.italic {
	font-style: italic;
}
.leftAlign {
	text-align: left;
}

