/* CSS Document */

body {
	background-color: #000000;
	background-image:url(../1-pix-wrdez/bg.jpg);
	background-repeat: repeat-x;}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #EDECFF;
	font-size: 12px;
}
.style4 {font-size: 13px}




a:link {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:active {
	color: #0066FF;
	text-decoration: none;
}


.b:link {
	color: #000000;
	text-decoration: none;
}
.b:hover {
	color: #03F;
	text-decoration: underline;
}
.b:visited {
	color: #000000;
	text-decoration: none;
}
.b:active {
	color: #0066FF;
	text-decoration: none;
}

.style5 {color: #660000}
.style6 {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

.style7 {font-size: 14}

.style9 {font-family: "My Custom Font", Arial, Helvetica, sans-serif; color: #EDECFF; }

.blue {
	color: #425881;
}

@font-face {
    font-family: "My Custom Font";
    src: url(http://www.washrackdesign.com//font/MicroSquare.ttf) format("truetype");
}
.customfont { 
    font-family: "My Custom Font", Verdana, Tahoma;
}
