/* CSS Document --- Un --- Home ! */

A:link { 
 color: #955C55;
 cursor: deflaut;
 text-decoration: none; }
A:active { 
 color: #756349; 
 cursor: deflaut;
 text-decoration: none; }
A:visited { 
 color: #756349; 
 cursor: deflaut;
 text-decoration: none; }
A:hover { 
 color: #756349;
 cursor: deflaut;
 text-decoration: none; }

body {
	background-image:    url(img/bggal.gif);
	background-repeat: repeat-y;
	background-color: #FFE7CF;
	color: #7A744E;
	font-size: 13px;
 }
 
.title {
    color: #955C55; 
	text-align: center;
	font-size: 16pt;
 }