/* CSS Document */
body {
	background-image: url(cloth022.jpg);
}
a:link {
    font-family: Arial;
	color: #FFFFFF;
	font-size: 12px; 
	font-weight: bold;
}
a:hover {
	color: #66CCCC;
    font-weight: bold;
}

a:visited {
	color: #FFFFFF;
    font-weight: bold;
}
.titles {
	font-family: Arial;
	color: #66CCCE;
	font-size: 14px;
	font-weight: bold;
}
.bodytext {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	}
.bodybold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
