html {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
h1, h2, h3, h4, h5 {
	font-family: arial, helvetica, sans-serif;
	text-align: left;
}
h1 {
	font-weight: bold; 
	font-size: 200%;
	color: #0000ff;
	border-bottom: 2px solid red;
	font-variant: small-caps;
}
h2 {
	font-weight: bold;
	font-size: 150%;
	color: #b94949;
	border-bottom: 2px groove #0000ff;
}
h3 {
	font-size: 120%;
	color: #0000ff; 
	border-bottom: 1px solid #00ccff;
	font-style: italic;
}
h4 {
	font-size: 100%; 
	color: #b94949; 
	font-variant: small-caps;
}
h5 {
	font-size: 100%;
	color: #000000;
	border-bottom: 1px solid #b94949;
}
/* body covers the entire screen */
body {
	margin: 0px;
	background-color: #fefdfd;
	color: black; 
	font-size: 100%; 
	font-family: arial, helvetica, sans-serif;
}
/* frame contains all the other elements */
#frame {
	width: 750px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(pics/snowfall.gif);
}
/* bottom contains all data at the bottom of the page */
#bottom {
	background-image: url(pics/base.gif);
	background-repeat: repeat-x;
	font-size: 85%;
	clear: both;
	}
/* left contains all data on the left side of the page /* 
#left {
	width: 260px;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	float: left;

}
/* right holds all data on the right side of the page */
#right {
	background-color: #99ccff;
	width: 475px;
	float: right;
	clear: both;
}
#frame a {
	color: #0000ff;
}
#frame a:visited {
	color: #b94949;
}
#frame a:hover {
	color: #ffffff;
	background-color: #0000ff;
}
p {text-align: left;}  
p.center {text-align: center;}    	
.indent {text-indent: 20px}
ul, ol, dl {
	text-indent: 10px;
	text-align: left;
}
dt {
	font-weight: bold;
	font-variant: small-caps;
}
li {font-size: 90%}
tt {text-indent: 20px; font-size: 110%; font-family: courier}
#left img {
	padding-right: 8px;
	padding-bottom: 10px;
}
#left #nav {
	margin-right: 55px;
	margin-left: 55px;
	margin-top: 0px;
	width: 150px;
	background-color: transparent;
	text-align: center;
}
#left #nav a {
	background-color: #0000ff;
	border: 3px groove #00ccff;
	color: #ffffff;
	padding: 3px;
	margin: 3px;
	text-align: center;
	display: block;
	text-decoration: none;
}
#left #nav a:visited {
	color: #ffffff;
	background-color: #0000ff;
}
#left #nav a:hover {
	color: #b94949;
	text-weight: bold;
	background-color: #99ccff;
}

#frame .hmenu {
   font-size: 75%; 
	line-height: normal;
	display: block;
}
#frame .hmenu a {
	color: #ffffff; 
	text-weight: bold;
   padding-right: 2px; 
	padding-left: 2px;  
	padding-bottom: 2px; 
	padding-top: 2px; 
	text-decoration: none;
	background-color: #b94949;
}
#frame .hmenu a:visited {
	color: #ffffff;
	background-color: #b94949;
}
#frame .hmenu a:hover {
   color: #b94949;
	text-decoration: bold;
	background-color: #99ccff;
}
#left #myaddress {
	font-size: 75%;
	text-align: center;
	font-style: italic;
	
}
#left #myaddress p {
	text-align: center;
}
#left #myaddress a {
	color: #0000ff;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: transparent;
}
#frame #clock {
	text-align: center;
	font-weight: bold;
}
#frame #clock table {
	width: 100%;
}
#frame #clock td {
	text-align: center;
	width: 25%;
	font-weight: bold;
	font-size: 120%;
}
#date {
}
#date p {
	text-align: center;
	color: #b94949;
	text-size: 75%;
	font-weight: bold;
}
.myright {
	text-align: center;
}
.small{
	font-size: 75%;
}
.verysmall{
	font-size: 60%;
}
.large{
	font-size: 250%;
)
.smallred{
	font-size: 75%;
	color: red;
}
div.price{
	font-size: 120%;
	color: red;
	text-align: center;
}
div.new{
	font-size: 120%;
	color: orange;
	text-align: center;
}
big {
	font-size: 125%;
}
a {
	color #ffffff;
}
a:link {
	color: #ffffff;
}
a:visited {
	color: #359250;
}
a:hover {
	color: #ffffff;
	background: #b94949;
}

