/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/

.m0l0i {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration : none;
	text-align: center;
        padding: 3px;

}
.pics{
       padding-top: 10px;
       padding-bottom: 5px;
}
.m0l0o {
	text-decoration : none;
}
.m0l1i {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration : none;
	padding: 4px;
}
.m0l1o {
	text-decoration : none;
	border : 1px solid #003300;
}
.m0l2i {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration : none;
	padding: 4px;
}
.m0l2o {
	text-decoration : none;
	border : 1px solid #003300;
}
.m0l3i {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration : none;
	padding: 4px;
}
.m0l3o {
	text-decoration : none;
	border : 1px solid #003300;
}
.m0l4i {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration : none;
	padding: 4px;
}
.m0l4o {
	text-decoration : none;
	border : 1px solid #003300;
}

td.gal {
	FONT-SIZE: 14; COLOR: white; TEXT-DECORATION: none;
}
td.gal A {
	FONT-SIZE: 14; COLOR:white; TEXT-DECORATION: none;
}

td.gal A:visited {
	FONT-SIZE: 14;TEXT-DECORATION: none;
}
td.gal A:active {
	FONT-SIZE: 14;TEXT-DECORATION: none;
}
td.gal A:hover {
	FONT-SIZE: 14;TEXT-DECORATION: underline;
}

#galact {
	FONT-SIZE: 18; font-weight: bold;
}

#img {border-color:red}
