/**
 * footer.css
 * Styles for footer elements
 */


p.footer {
    margin:                0px;
    margin-top:            20px;
    margin-bottom:         10px;
    padding:               2px;
    text-align:            center;
    border-style:          double;
    border-color:          #e0e0ff;
    border-width:          0px;
    border-top-width:      3px;
    font-size:             85%;
    background:            transparent;
    color:                 #606090;
}
.footer a:link {
	background: transparent;
    color: #8080ff;
}
.footer a:visited {
	background: transparent;
    color: #8080ff;
}
.footer a:active {
	background: transparent;
    color: #8080ff;
}
.footer a:hover {
	background: transparent;
    color: #8080ff;
}



/* ENDS */