﻿/* Gooseweb Index page stylesheet 26/10/2006 */

/* Set left hand cell size etc */

.left {
	font-family: Times New Roman;
	font-size: 1em;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	width: auto;
}

/* Set middle cell size etc */

.mid {
	font-family: Times New Roman;
	font-size: 1em;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	width: 105px;
}

/* Set right hand cell size etc */

.right {
	font-family: Times New Roman;
	font-size: 1em;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	width: auto;
}

/* Page Title */

.head      {
	font-family: Times New Roman;
	font-size: 2.5em;
	color: #FF0000;
	font-weight: bold;
}

#goose      {
	font-family: Times New Roman;
	font-size: 1.5em;
	color: #0000FF;
	font-weight: bold;
}
#ingham      {
	font-family: Times New Roman;
	font-size: 1.5em;
	color: #0000FF;
	font-weight: bold;
}
#ray      {
	font-family: Times New Roman;
	font-size: 1.5em;
	color: #0000FF;
	font-weight: bold;
}
#simon      {
	font-family: Times New Roman;
	font-size: 1.5em;
	color: #0000FF;
	font-weight: bold;
}

/* Standard Bold black text */

.new          {
	font-family: Times New Roman;
	font-size: 1.2em;
	color: #FF0000;
	font-weight: normal;
}

/* Border around images */

img {
	border-style: solid;
	border-width: thin;
	border-color: #000000;
	vertical-align: top;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Table appearance */

table {

	border: medium outset #808000;
	border-style: normal;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;

}
