/*
  Style Sheet file for Iain's template
  ------------------------------------
  
  The file is used by the template files:
  fullsize_template.htm and
  index_template.htm

  File Format:
	This is a CSS file (cascading style sheet).
	Empty lines and comments are ignored.
	A comment is all text between /* and */
/*	All other lines must contain valid CSS code.
	Don't forget the ; at the end of definition lines!
*/

body	{
	background: #333;
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
	color: #fff;
}
.thumb {
	border: 1px solid #fff;
}
.backlink {
	color: blue;
	font-weight: bold;
	font-size: 13.5pt;
}
.backlink_text {
	color: #fff;
}
.navi a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
.navi a:hover {
	color: #fff;
	text-decoration: underline;
}
.fullsize {
	border: 1px solid #999;
}
.matte {
	background-color: #000;
	padding: 20px;
	color: #ccc;
}
.copyright {
	font-size: 10px;
}
.notesbox {
	width: 550px;
	text-align: center;
	padding: 10px;
	border: 0px solid #999;
}
.notestable {
	color: #333;
	font-size: 12px;
	width: 120%;
	border: outset 1.5pt #000;
	border-collapse: collapse;
	empty-cells: show;
}
.notestable td {
	background: #EBFBB5;
	text-align: left;
	border: solid 1px #333;
	padding: 4px;
}
