﻿#HSShoppingCart
{
	border-style:solid;
}

.question
{
	font-weight:bold;
}

body 
{
  font-size: 1.2em;
  font-family : Trebuchet MS, Verdana, Arial;
  background-color:#E6E6FA;
}

.col2
{
	color:Blue;
}

h1
{
	font-size: 2.0em;	
	color:Navy;
}

h2
{
	font-size: 1.5em;
	color:Blue;
}

p
{
  text-align:justify;
}

.Menu
{
	background-color:Navy;
}

.Menu .heading
{
	display:inline;
	color:White;	
	font-size:1.3em;
}

.Menu a
{
	text-indent:1em;
	font-size:1.15em;
	display:block;
	color:White;
	white-space:nowrap;
	padding-bottom:3px;
	width: 100%;
}

.Menu a:visited
{
	color:White;
}

.Menu a:hover
{
	background-color:Blue;
}

