﻿/* style sheet

	background-color: blue;
	background-image: url(../images/04-03-10_1841.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
*/


body { 	color: gold;
	text-align: center; 
	background-color: white;
	background-repeat: no-repeat;
	background-attachment: fixed
	
}

A:link { color: gold }
A:visited { color: gold }
A:active { color: gold }


p { text-align:center }

