/* Stylesheet for Highland Outfitters website */
body {
	background: #006633;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10;
	margin-right: 10;
	margin-top: 5;
	} 
	
table
{
	border-color: green;
}

.nav
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

.nav1
{
	color: #FFFFCC;
	font-size: 11px;
	font-weight: bold;
}

.button
{ 
	border: thin solid #000000;
	background: #CC9900;
	width: 120px;
	height: 30px;
	text-align: center;
}

a
{
	color: #996600;
	text-decoration: none;
}

a:hover
{
	color: #006633;
	TEXT-DECORATION:none;
}

.small
{
	font-size: 9px;
}