h1 			{
			text-align: center;
			margin:0px;
			padding:0px;
			}

h2			{
			}
			
			
h3			{
			}
			

			
.paraText		{
			}
			
body			{
			font-family:Courier New, Courier, mono;
			}

p			{
			font-size:1.2em;
			}
			
.bannerText		{
			text-align:center;
			}
			
.footerText		{
			text-align:center;
			}
			
.itemPrice		{
			font-size:2.4em;
			font-weight:bold;
			}
			
.noTopPad		{
			margin:0px;
			padding:0px;
			}

a:link 			{	
			color:#00f;
			font-size: 1.1em;
			font-weight:600;
			font-family: arial, helvetica, sans-serif;
			text-decoration: none;
			}
			
a:visited 		{
			color:#aaa;
			font-size:1.1em;
			font-weight:600;
			font-family:arial, helvetica, sans-serif;
			text-decoration: none;
			}
			
a:hover 		{
			color: #f00;
			font-size:1.1em;
			font-weight:600;
			font-family:arial, helvetica, sans-serif;
			text-decoration: underline;
			}
			
a:active 		{
			color:#f0f;
			font-size:1.1em;
			font-weight:600;
			font-family:arial, helvetica, sans-serif;
			text-decoration: none;
			}
			
a img 			{
			border: none;
			}