#baseline
{
        position:	fixed;
        bottom:		0;
        left:		0;
        width:		100%;
        height:		20px;
        padding:	0;
        background:	#000099;
        color:		#FFFFFF;
        border-top:	1px solid #666;
        font-size:	smaller;
        font-style:	normal;
        text-align:	center;
}

#baseline a:link
{
	color:		#FF99FF;
}

#baseline a:visited
{
	color:		#ff00ff;
}

#baseline a:hover
{
	color:		yellow;
}
