/****** CSS Template ******/
/**************************/

/**************************/
/* © Alan Cayless 2023    */
/**************************/

/**************************/
/* Basic colours:         */
/* Light blue: #d4edfc    */
/* Med blue:   #009fe3    */
/* Dark blue:  #194963    */
/**************************/

body
{
  background-color: #d4edfc;
  font-family: arial;
  color: black;
  font-size:  16px;
  text-align: center;
}

div.gallery-description
{
  width: 1280px;
  margin: auto;
  font-family: arial;
  font-size:  24px;
}

h1
{
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  font-size: 48px;
}

h2
{
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  font-size: 32px;
}

h3
{
  font-weight: bold;
  font-size: 24px;
}

p
{
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
}

p.caption
{
  font-weight: bold;
  font-size: 24px;
}

p.copyright
{
  font-size: 20px;
}

table.links
{
  width: 1280px;
  margin: auto;
  font-size: 24px;
}

table.links td
{
  width: 33%;
  text-align: center
}

