/* CSS Document */
body {
	background-color: #333333; 
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(bg.gif);
	background-repeat:repeat;
}
h1 { 
    font-size:16px; 
	margin:0px;
}
a:link,a:visited,a:active {
    color: #f90;
	text-decoration:none;
}
a:hover {
    color: #333;
}
td {
    font-size:12px; 
	line-height:18px;
}
.nav {
	color: #C7C900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.content {
    color: #C7C900;
}
.note {
	color: #990000;
	font-weight: bold;
}
.price {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000; 
}
.input1 {
	background-color: #FF9900;
	border: 1px none #ECE9D8;
	text-align:center;
	font-weight:bold;
	color:#cc0000;
}
.input2 {
	background-color: #FFcc66;
	border: 1px none #ECE9D8;
	text-align:center;
	font-weight:bold;
	color:#cc0000;
}
.mail {
	color: #FFFFFF;
	font-weight: bold;
}
.text1 {color: #FF9900}
.text2 {color: #66CCCC}
.title {
	color: #CC00FF;
	font-size: 18px; 
}
.copyright {
    font-size:11px;
	color: #C7C900;
}
.buy {
    font-weight:bold;
}