.footer 
{
height:60px;
background: linear-gradient(to bottom, #ffff99 0%, #ffff00 100%);
border: 1px solid #737373;
}

/* footer text */
.footer-text
{
text-align: center;
color: #006622; 
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
}

/* footer link font */
.footer a:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight: normal;
    font-style: italic;
    text-decoration:none;
	color: #000066;
}

/* footer link font */
.footer a:hover{
    font-family: Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight: normal;
    font-style: italic;
    text-decoration:underline;
	color: #000066;
}
