a:link, a:visited {
	color: #0000FF;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #996600;
	font-weight: normal;
	text-decoration: underline;
}

/***************************** input *****************************/

textarea, input, select {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 75%;
	line-height: 150%;
	color: #222222;
}
 
textarea, input, select {
	font-size:9pt;
	line-height:normal;
}

input.submit, .addToCartLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #ffffff;
	padding: 2px;
	background-color: #000000;
	width:100px;
	color: #FFFFFF;
}

.addToCartLink {
	text-decoration: none;
	line-height: normal;
	display: block;
	text-align: center;
}

/***************************** body *****************************/

body {
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin:0px;
	background-color: #000000;
}

body, p, ul,ol, h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	line-height: 150%;
}

/***************************** headings *****************************/

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

h1 {
	font-size: large;
	color: #333333;
	font-weight: normal;
}
h2 {
	font-size: x-small;
	color: #333333;
	font-weight: bold;
}
h3 {
	font-size: x-small;
	font-weight: bold;
}
h4 { font-size: x-small; }
h5 { font-size: xx-small; 
	 color: #396478;}
	 
.line {
	color: #DFB0FF;
	font-size: 10px;
}
	 

.siteByLink a:link, .siteByLink a:visited {
	font-size: 8.5pt;
	color: #FF6600;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
.siteByLink a:hover {
	color: #0000FF;
}
