@charset "utf-8";
/* CSS Document */

<!--
body {
	background-color: #000000;
	background-image: url(parts/back1.jpg);
	background-repeat: repeat-x;
}
.style1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
}
.style2 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
}
A:link {color:#000000}
A:visited { color:#000000}
A:hover {color:#11c9ba}

a {text-decoration:none}
-->