@charset "UTF-8";/* CSS Document *//* I am creating a style sheet that follows web standards. tag styles - not overly heavy in class styles. */body {	font: 90% Verdana, Arial, Helvetica, sans-serif;	padding: 0;	margin: 0;}h1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 2em;	font-weight: bold;	margin: 0px 0px 10px;	color: #9634B9;}h2 {	font-family: Arial, Helvetica, sans-serif;	font-size: 1.5em;	font-weight: bold;	margin: 0px 0px 10px;	color: #2525B5;}.mini-text {	font-size: .8%;	font-style: italic;}.price {	color: #C631FF;}.special-notice {	margin: 10px;	padding: 10px 20px;	float: right;	width: 30%;	border: 1px solid #0808FF;	background: #F7FF10;}.special-notice p {	text-align: justify;}
