/* change the body defaults */

/* the background colour sets the pale shade behind the main block of colour */

body {
	font-family: Tahoma, Verdana, Helvetica, "Times New Roman", sans-serif, serif;
	font-size: Medium;
	background-color: #eff3ff;
	color: #000000;
}

h1 {
	font-size: large;
	font-weight: normal;
	text-align: left;
}

.maintable {
	background-color: #ffffff;
}

.smaller {
	font-size: 95%;
}
/* change the navigation defaults */
a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited{
	color: #81A3C8;
	text-decoration: underline;
}
a:focus {
	color: #339966;
	text-decoration: underline;
}
a:hover {
	color: #339966;
	text-decoration: underline;
}
a:active {
	color: #339966;
	text-decoration: underline;
}


/* this defines atributes of the pictures tables */
.picborder {
	border: 0px;
	background: #84a6ce;
	padding: 1px;
	border-spacing: 0px;
	font-size: Smaller;

}