/* CSS Document */

.top 
{position:relative;
width:920px;
margin:0 auto;}

h1{font: 80% 'helvetica neue',sans-serif;letter-spacing:2px;text-transform:;}
h2{font: 90% 'helvetica neue',sans-serif;letter-spacing:1px;text-transform:;}
h3{font: 60% 'helvetica neue',sans-serif;letter-spacing:1px;text-transform:;color: #666666;}
.style1 {color: #006699}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}

body {
	background-image: url(flower.gif);
	background-repeat: repeat;
}