body{
	color: white;
	background-color : black;
	background-image: url(./material/rose_br.gif);
	background-position: right bottom;
	background-attachment:  fixed;
	background-repeat: no-repeat;
}
body.index
{
	text-align: center;
	text-
}
body.index p{
	margin: 3em;
}

a 	{ color: #AEB4FB; text-decoration: underline; }
a:link	{ color: #AEB4FB; text-decoration: underline; }
a:visited	{ color: #606BF7; text-decoration: underline; }
a:active	{ color: #0D1DE6; }
a:hover	{ color: #0D1DE6; }
