body {
	background-color: #3399cc;
}
a:link {
	color: #0066CC;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #0066CC;
	text-decoration: none;
}
.producttable {
	border: medium solid #3399CC;
	margin: 2px;
	padding: 2px;
	background-position: center;
}
#shadowed-border a:link {
	color: #FFFFFF;
}
#shadowed-border a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


table {
	font-family: "Trebuchet MS", "Times New Roman";
	font-size: 13px;
}
h1 {
	font-size: 18px;
}
h2 {

	font-size: 16px;
}

#shadowed-border {
	padding: 10px;
	width: 75%;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #3399cc;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#shadowed-border .sb-inner {
	background-color: #FFFFFF;
	border-top-color: #99FF00;
	border-right-color: #99FF00;
	border-bottom-color: #99FF00;
	border-left-color: #99FF00;
}

#shadowed-border .sb-border {
  background:#fff;
}

#shadowed-border2 {
  padding: 10px;
  width: 30%;
  margin: 10px auto; 
}

#shadowed-border2 .sb-inner {
  background:#DFE2FF;
}

#shadowed-border2 .sb-border {
  background:#FFDC9F;
}

.plain {
  padding: 10px;
  width: 30%;
  margin: 10px auto;
  border: thin solid black;
}
#shadowed-border a:visited {

	color: #FFFFFF;
}
