BODY {
	background-color: #FFFFFF;
        background-position: 50% 100%;
        background-repeat: no-repeat;
        background-attachment: fixed;

	font-family : timesnewroman;
	color : 000000;
}

A:link {
	color : 5555FF;
	text-decoration : underline;
}

A:visited {
	color : 5555FF;
	text-decoration : underline;
}

A:hover {
	color : FF5555;
	text-decoration : none;
}

A:active {
	color : 5555FF;
	text-decoration : underline;
}
