div {   font:bold 18pt Comic Sans MS;
color:#FF0000;
text-decoration:none;
width:100px;filter:progid:dxImageTransform.Microsoft.dropShadow(color=#5F5F5F,offX=5,offY=5 positive=true);
}
a {
 font-family: Trebuchet MS;
 font-size: medium;
 font-weight: bold;
 color: #000000;
 font-size:standard;
text-decoration: none;
}
A:hover {
        color:#000080;
                 font-family: Trebuchet MS;
                 font-size: standard;
		font-weight : bold;
        text-decoration: none;
 }
U {
 font-family: Trebuchet MS;
 font-size: normal;
 text-decoration: underline;
 text-align: left;
 color:#BF0000;
}
dl {
 font-family: Trebuchet MS;
 font-weight: bold;
 color: #0000FF;
}
p {
 font-family: Arial;
 font-weight: normal;
 text-align: justify;
font-size:8pt
}


h1 {
  font-family: Trebuchet MS;;
 color:#000000;
 font-size: x-large;
 font-weight: normal;
 text-align: center;

}
h2 {    font-size: small;
 font-family: Trebuchet MS;;
text-align: justify;
 color: #000000;
 font-weight: normal;

}
h3 {
 font-family:Trebuchet MS;
 font-size: medium;
 font-weight: normal;
 text-align: justify;
}
h4 {
  font-family: Trebuchet MS;;
 color: #000000;
 font-size: medium;
 font-weight: bold;
 text-align: justify;
 padding-left : 20px;
 padding-top : 20px;
 padding-right : 20px;
}
h5 {
  font-family: Trebuchet MS;;
 color: #000000;
 font-size: x-large;
 font-weight: normal;
 text-align: justify;
}
body{
  scrollbar-arrow-color: #FFAD31;
  scrollbar-3dlight-color: #FCD756;
  scrollbar-highlight-color: #E4E4E4;
  scrollbar-face-color: #000000;
  scrollbar-shadow-color: #E4E4E4;
  scrollbar-darkshadow-color: #C0C0C0;
  scrollbar-track-color: #000000;
  font-family: Arial;

  }
ol{
	background-color : white;
	font-size: normal small-caps 78%/100% Trebuchet MS;
	text-decoration : none;
	color : black;
	text-transform : ;
	font-weight : bold;
	margin-right : 4px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 4px;
	border-top : 4px ridge red;
	border-left : 4px ridge red;
	border-right : 4px ridge red;
	border-bottom : 4px ridge red;
	text-align: center;
         width: 572px;
}
dl{
	background-color : white;
	font-size: normal small-caps 78%/100% Trebuchet MS;
	text-decoration : none;
	color : black;
	text-transform : ;
	font-weight : bold;
	margin-right : 4px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 4px;
	border-top : 4px ridge green;
	border-left : 4px ridge green;
	border-right : 4px ridge green;
	border-bottom : 4px ridge green;
	text-align: center;
         width: 572px;
}
td {  font-family: Trebuchet MS;;
 color: #000000;
 font-size: medium;
 font-weight: bold;
 text-align: justify;
 padding-left : 20px;
 padding-top : 20px;
 padding-right : 20px;
}
i {font-size: smaller;
 font-family: Trebuchet MS;;
text-align: center;
 color: #BF0000;
 font-weight: normal; }
 #pageHeader h1 {
   background-color: #ffffff;
	background: transparent url(images/tor3.jpg) no-repeat top right;
         margin-top: 10px;
	width: 319px;
	height: 250px;
	float: right;
	}
         #page2 h1 {
   background-color: #ffffff;
	background: transparent url(images/bokken.png) no-repeat top right;
         margin-top: 10px;
	width: 319px;
	height: 250px;
	float: right;
	}
        li {
 font-style: italic;
 font-size: smaller;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail3{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail3 img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail3:hover{
background-color: transparent;
}

.thumbnail3:hover img{
border: 1px solid blue;
}

.thumbnail3 span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -100px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail3 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail3:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: -580px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail2{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail2 img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail2:hover{
background-color: transparent;
}

.thumbnail2:hover img{
border: 1px solid blue;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -100px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: -480px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -100px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail1{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail1 img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail1:hover{
background-color: transparent;
}

.thumbnail1:hover img{
border: 1px solid blue;
}

.thumbnail1 span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -100px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail1 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail1:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 130px; /*position where enlarged image should offset horizontally */
z-index: 50;
}