
/* File name: footer.css                          */
/* Author   : Tiberio Fanti                       */
/* Info     : Personal web pages formatting rules */

div.footer {
	background-color : #F8F8F4; /* very light grey */
	padding          : 0px;
	border-top       : 1px;
	border-right     : 0px;
	border-bottom    : 1px;
	border-left      : 0px;
	border-color     : #606080; /* my navy */
	border-style     : solid;
	margin		: 0px;

	color            : #606080; /* my navy */
        font-family      : "Book Antiqua", serif;
	font-size        : 0.8em;
	font-weight      : normal;
	font-style       : italic;
	height           : 30px;
	line-height      : 30px;
	text-align       : center;
	text-decoration  : none;
	}

a.footer {	
	margin           : 0px;
	padding          : 0px;
	border           : 0px;

	color            : #606080; /* my navy */
	height           : 28px;
	line-height      : 28px;
	}

a.footer:visited{color : #606080;}
a.footer:hover	{color : silver;}
a.footer:focus	{color : silver;}
a.footer:active	{color : silver;}
