body				{
    					padding: 0px;
    					margin-top: 5px;
    					text-align: center;
    					font-family: Arial;
    					font-size: .8em;
						background-color: #000;  
						color: white;  					
					}
					
a:link.nav			{
						display:inline-block;
						margin-top: 2px;
						text-align:center;
						vertical-align: center;
						text-decoration:none;
						font-family:Verdana;
						color:#FFFFFF;
						overflow:hidden;
						margin: 1px;
					}

a:visited.nav		{
						display: inline-block;
						margin-top: 2px;
						text-align:center;
						vertical-align: center;
						text-decoration:none;
						font-family:verdana, arial, sans-serif;
						color:#fff;
						overflow:hidden;
						margin: 1px;
					}

a:hover.nav 		{
						display: inline-block;
						margin-top: 2px;
						text-align:center;
						vertical-align: center;
						text-decoration:none;
						font-family:verdana, arial, sans-serif;
						color: yellow;
						overflow:hidden;
						margin: 1px;
					}

a:active.nav 		{
						display:inline-block;
						margin-top: 2px;
						text-align:center;
						vertical-align: center;
						text-decoration:none;
						font-family:verdana, arial, sans-serif;
						color:#fff;
						overflow:hidden;
						margin: 1px;
					}

a:link.navactive	{
						display:inline-block;
						margin-top: 2px;
						text-align:center;
						vertical-align: center;
						text-decoration:none;
						font-family:Verdana;
						color: #00FF00;
						overflow:hidden;
						margin: 1px;
						font-weight:bold;
					}

a:visited.navactive	{
						display: inline-block;
						margin-top: 2px;
						text-align:center;
						vertical-align: center;
						text-decoration:none;
						font-family:verdana, arial, sans-serif;
						color: lime;
						overflow:hidden;
						margin: 1px;
						font-weight:bold;

					}

a:hover.navactive	{
						display: inline-block;
						margin-top: 2px;
						text-align:center;
						vertical-align: center;
						text-decoration:none;
						font-family:verdana, arial, sans-serif;
						color: lime;
						overflow:hidden;
						margin: 1px;
						font-weight:bold;
					}

a:active.navactive	{
						display:inline-block;
						margin-top: 2px;
						text-align:center;
						vertical-align: center;
						text-decoration:none;
						font-family:verdana, arial, sans-serif;
						color: lime;
						overflow:hidden;
						margin: 1px;
						font-weight:bold;
					}

a					{
						text-decoration: none;
					}
					
a:link				{
						color: lime;
					}
					
a:visited			{
						color: lime;
					}
				
a:hover				{
						color: yellow;
					}

a:active			{
						color: lime;
					}

p.cart				{
						max-width: 500px;
					}
					
#navigation a		{
						text-decoration: none;
					}

#navigation a:link
					{
						color: white;
					}
					
#navigation a:visited
					{
						color: white;
					}
					
#navigation a:hover
					{
						color: yellow;
					}
					
#navigation a:active
					{
						color: yellow;
					}
					
#inpItemPhoto		{
						width: 35em;
					}
					
.altdkblue			{
						background-color: #003366;
					}
					
.altblue			{
						background-color: #336699;
					}