/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:normal;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat;
	color: #FFFFFF;
}
link {
	text-decoration: underline;
}

a:link {
	color: #f3ccf9;
}
a:visited {
	color: #f3ccf9;
}
a:hover {
	color: #f1acfb;
}
a:active {
	color: #f3ccf9;
}
font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}
h1 {
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
}
img {border:0px;}
