.topmenu {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}

img.thumbimg {
/*set img to display as block so we can centre using auto margins*/
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 25px;
padding:5px;
border: thin solid #555;
}

div.thumbframe {
float: left;
width: 200px;
height: 200px;
}

p.imglabel {
/*display: block;
margin-left: auto;
margin-right: auto;*/
text-align: center;
font-family: sans-serif;
font-size: small;
}

a.imglink {
/*text-decoration: none;*/
}

a.imgtitlelink {
text-decoration: none;
}

