/* 
   set the background color here,
   additionally you can change the 
   scroll-bar appearance (IE 6.x only)
*/
body {
	background-color:#EFEFEF;
	scrollbar-base-color:#f5f5d7;
	scrollbar-arrow-color:#000099;
	scrollbar-track-color:#000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
}

/*
  set font characteristics etc. for
  the main title here
*/
div.title{
  padding-bottom:10px;
  color:#000066;
  font-size:30px;
  font-family:Arial;
  font-weight:bold;
}

/*
  you can change the border of the 
  navigation bar here
*/
table.nav{
  border:solid #660033 1px;
}

/*
  set font characteristics etc.
  for the navigation bar here
*/
div.nav, a.nav{
  color:#660033;
  font-size:11px;
  font-family:Verdana;
  font-weight:bold;
}

/*
  this is for the grayed-out next and
  previous links
*/
span.nav{
  color:#7e7e7e;
  text-decoration:underline;
}

/*
  set font characteristics etc.
  for the thumbnail titles here
*/
div.thumb{
  color:#660033;
  font-size:11px;
  font-family:Verdana;
  font-weight:normal;
}

/*
  set font characteristics etc,
  for the image titles here
*/

div.image{
  color:#660033;
  font-size:11px;
  font-family:Verdana;
  font-weight:bold;
}

/*
  change the border of the images here
*/
img.image{
  color:#000066;
  border:solid #660033 3px;
}

/*
  change the border of the thumbnails here
*/

img.thumb{
  color:#660033;
  border:solid #660033 1px;
}