﻿/* Gooseweb Basic Stylesheet 26/10/2006 */
/* Links - Blue */
a              {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none
}
a:visited      {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none
}
/* Hovered links */
a:hover {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline
}
        
/* Visited links - Blue */
	
/*Default text outside cells and other pre-prepared boxes */
body           {
	font-family: Times New Roman;
	font-size: 1em;
	color: #000000;
	text-align: center;
	font-weight: bold;
	background-image: url('../backgrounds/goose.gif');
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
/* Make Cell contents left and top */
td {
	border-width: 0px;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}
/* Controls 'Go to Top' and 'Back' */
.foot        {
	border-style: none;
	text-align: center;
	margin-top: 36px;
}
/* Author's Notes */
.nb          {
	font-family: Times New Roman;
	font-size: 1em;
	color: #000000;
	font-weight: normal;
	font-style: italic;
}
