@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: BlackadderITC;
    src: local(BlackadderITC), url('fonts/ITCBLKAD.TTF') format('truetype');
}

a {

  cursor: pointer;

  text-decoration: none;

}	

a:link {

  color: #CC0000

}     /* unvisited link */

a:visited {

  color: #CC0000

}  /* visited link */

a:hover {

  color: ##CC0000

}   /* mouse over link */

a:active {

  color: #CC0000

}   /* selected link */

	

body {

  background-color: #000000;

  color: #CC0000;

  font-family: "BlackadderITC";

  cursor: default;

}



.content {

  background-color: #FFFFFF;

  color: #000000;

  font-size: 14pt;

  font-family: Arial, Helvetica, sans-serif;

  padding: 10px 10px 10px 10px;

}

 

.curimage {

  padding-top: 25px;

  padding-bottom: 25px;

}



.heading {

  color: #CC0000;

  text-decoration: underline;

  font-size: 32pt;

}

	 

.title {

  font-size: 65pt;

  text-align: center;

}



.menu {

  font-size: 32pt;

  text-align: center;

}

  

.thumbnail {

  width: 100px;

  height: auto;

}



.whereami {

  font-family: Arial, Helvetica, sans-serif;

  font-size: 14pt;

  padding: 10px 10px 10px 10px;

}