/* For the thumbnail links */
.Thumbnails A:link, A:visited, A:active {
    color: #c9163d;
}

.Thumbnails A:hover {
    color: #2392c2;
}

.Thumbnails {
	cursor: pointer; 
	cursor: hand; 
}

a.Thumbnails:link, a.Thumbnails:visited, a.Thumbnails:active {
    color: #c9163d;
}

a.Thumbnails:hover {
    color: #2392c2;
}

/* Right aligned */
.right 
{
	text-align: right;
}

/* Centred */
.centre 
{ 
text-align: center;
}

/* Centred Table */
.centre table
{ 
margin-left: auto;
margin-right: auto;
text-align: left;
}

/* Border around pictures */
.framed
{
border-style:solid;
border-color: #2392c2;
border-width: 4px;
text-align:center;
}

