<!doctype html>
<html>
<head>
<title> AllTaxWork.css
</title>
<!-- www.alltaxwork.com or 216.115.236.92
user name alltaxwork
password F7u=uqas
root directory /alltaxwork/www 
-->

<style>
h1, h2, h3, p, a, ul, li, small {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%
	background: transparent;
}

body {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	font-family: calibri;
	font-size; small;
}

nav{
	width: 100%
	margin: 20px 0;
	}
a:active  {
	background-color:blue;
	text-decoration:underline;
	}
	
nav ul{
	width: 100%
}

nav ul li{
	float: left;
	width: 15%;
	list-style: none;
}

nav ul li a {
	display: block;
	width: 100%;
}
img	{
	float:left;
	margin: 3px 15px 3px 0px;
	border: solid white 1px;
	}

ul.toolBar {
	list-style-type: none;    
	margin: 0;
    padding: 0;
	height: 100%;

	<!--	border: 1px solid #555;
	overflow: hidden;  -->
	background-color: #333;
} 


li.toolBar {
	float; left;
	border: 1px solid #555;
	}
<!--	
li.toolBar a {
	display: block;
	background-color: #DAA520;
	text-align: center;
    padding: 0;
	text-decoration: none;
   }
-->

li.toolBar a:hover {
	color: #111;
	}
	
li.toolBar a:active  {
	color:blue;
	}
	
<!--	
ul.details {
	list-style-type:normal;
	height: auto;
	background-color: white-space;
	
}
	
li.details {
	list-style-position: inside;
	font-size: +small;
	background-color: white-space;
	}
	
ul.input {
	list-style-type: none;
}

li.input {
	list-style-position: inside;
	height: auto;
}
/* details box */

div.details {
	
	margin: 20px 0 20px 0;
	padding: 10px
	background-color: white-space;
	border: 1px black solid;
	border-bottom-left-radius: 28px 26px
	border-bottom-right-radius: 7px 14px;
	}

	-->
h1.summary {
	font-size: medium;
	color: #8B0000;
	background-color: white;
	}
	
h2.heading {
	font-size: medium;
	color: #8B0000;
	background-color: white;
	}	

p.details	{
	font-size: +small;
	color: black;
	background-color: white;
	}
	
span.font-family {
	font-size: +large;
	color: red;
	font-family: lucida handwriting;
}	
		
</style>
</body>


