    body {
        margin: 0px 0px 10px 0px;
        background: #FFFFCC;
        background-image: url(./background.jpg); 
        color: #663333;
        }
    
	A 		    { color: #663333; font-weight: bold; text-decoration: none; } 
	A:link		{ color: #663333; font-weight: bold; text-decoration: none; } 
	A:visited	{ color: #663333; font-weight: bold; text-decoration: none; } 
	A:active	{ color: #000000; font-weight: bold; text-decoration: none; } 
	A:hover		{ color: #000000; font-weight: bold; text-decoration: underline; }

