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

