/* CSS definition file containing sitestyle stylesheets */
BODY { background : #707070;
    background-image: url( "./leatherbk.jpg" );
	font-family : Arial;
	font-size : 16px;
	font-weight : bold
	}

p{	font-family : Arial;
	font-size : 16px;
	font-weight : bold
}
.TextObject{	font-family : Arial;
	font-size : 16px;
	font-weight : bold;
	background-attachment : scroll
}
A{ color: rgb(128,0,0);	font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 22px;}

A:hover{	color :#ffff00;
	/*font-size : 1.1em;*/
	font-weight : bold;

}

a:visited a:active {
        background-color: transparent;
        color: rgb(128,0,0);
        font-weight: bold;
}

.nav {   padding: .5em 0; font-family: Arial, Helvetica, sans-serif; }

.nav a { text-decoration: none; color: rgb(128,0,0); font-size: 22px; padding: .5em; text-shadow: 0px 0px 10px rgba(255, 255,0, .95); transition: background 1s; }

 /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);  */
 .nav a:hover {
     background: #FDF5E6;
 }
