﻿.yearDIVtag
{
	color:blue;
	background-color:aqua;
	border:thin blue outset;
	font-size:large;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.photosDIVtag
{
	background-color:white;
	padding:0px 20px 0px 20px;
}

.photosAtag
{
	color:maroon;
	font-size:small;
	font-family:inherit;
}

.photosAtag :visited
{
	color:green;
}

.photosAtag :hover
{
	color:red;
}
