/* style for http://people.bath.ac.uk/ma2mo/ */

/*old blue: h1 { color:#003399 } */
h1 { color: #4a4a9c }  /* TU Blue */
body { font-family:Helvetica,Arial,sans-serif; }
img.logo { float:right; }
.middle { vertical-align:middle;}
.floatright { float:right; }
.small { font-size:smaller; }
a:link { font-weight:bold; color:#4a4a9c; text-decoration:none; }
a:visited { font-weight:bold; color:#79797d; text-decoration:none; }
/*a:focus { font-weight:bold; color:red; text-decoration:underline; }*/
a:hover { font-weight:bold; text-decoration:underline; }
a:active { font-weight:bold; text-decoration:underline; }

.portrait { float:right; }	

img.photo {
        width: 100%;
        }
		
		
td.photo {
        width: 20%;
        vertical-align: top;
        }

.article{
		margin: 0px;
        padding: 0px; /* indent */
		}
		
table.photos {
        width: 100%;
        /*align: center;*/
        table-layout: fixed;
        }
td.photohead {
        font-size: larger;
        font-weight: bold;
        color: #003399;
        border-bottom: #003399 thin solid;
        width: 100%;
        }
		
.gallery_menu {
							text-align: center;
}
	
	
.menu {
		text-align: center;
		padding: 5px;
		color: white;
		background-color: #4a4a9c;
		/*border-color: #003399;*/
		/*margin: 5pt;*/
}	

.white {
	color: white;
}
/*td.topimage {
        width: 12%;
        text-align: center;
        }*/
