body {
background-image: url("./ho_wreath.jpg");
background-position: 50% 0%;
background-repeat: no-repeat;
background-attachment: fixed;
font: normal "Verdana";

}

table {
position: absolute; top: 300px; right: 350px;
	
}

a:link {
color: #0000FF;
text-decoration: none;
font-weight: normal;
	
}

a:active {
color: #ff0000;
text-decoration: underline;
font-weight: bold;
	
}

a:visited {
color: #0000ff;
font-weight: normal;
	
}

a:hover {
color: #ff0000;
text-decoration: underline;
font-weight: bold;
	
}