@charset "UTF-8";
/* CSS Document */
body {
background: #0ff;	
}
.indexpage {
	background: url(mj_dove.png) no-repeat 50% 200px;
}
#footer {
    color: #00d;	
}

a:hover:after
{
	border-style: solid;
	border-color: #00d;
	border-radius: 10px;
	border-collapse:collapse;
	border-width:thin;
    content: attr(title);
	position: relative;
    float: left;
    margin: 2px 0 2px 0;
	width: 75%;
}	

#nav a img:focus:after
{
    background: #F00;
    bottom: 2px;
    content: attr(alt);
    color: #000;
    display: block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
}

#nav, nav > *  {
font-family: lucida grande,tahoma,verdana,arial,sans-serif; 
font-size: 11px; 
font-variant: normal; 
font-style: normal; 
font-weight: normal; 
color: #3B5998; 
text-decoration: none;
border: 0px; 
border-collapse:collapse;
}
