﻿*
{
	font-family: Arial;
	font-size: medium;
    top: 20px;
    left: 566px;
    margin-top: 0px;
}

h1
{
	font-size: large;
}

.GalleryImage
{
	width: 540px;
	border: 1px solid black;
	text-align: center;
	vertical-align: top;
}

.GalleryImage img
{
	margin: 10px;
	width: 100px;
	padding: 5px;
}

.GalleryImage img:hover
{
	background-color: #EEEEEE;
}

