/* CSS Document */


body {
	background-image: url(damask.jpg);
	background-repeat: repeat;
}

h1 {font-family: Calibri;
		 font-size:16px

}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
}
