body {background-color: #000000;
      color: #ffffff;}

h1 {font-family: broadway;
    text-align: center;}

h2 {font-family: arial;
    font-size: 15pt;}

p {font-family: arial;
   font-size: 12pt;
   text-align: justify;}

a:link {color: #ffffff;}

a:visited {color: #cccccc;}

a:hover {color: #cc3300;}

.caption {font-family: arial;
	 font-size: 8pt;
	 font-style: italic;}

.button {border: 2px inset #cccccc;
	 width: 140px;
	 padding: 3px 15px;
	 color: #ffffff;
	 background-color: #cc3300;
	 font-family: broadway;
	 font-size: 16px;
	 font-weight: normal;
	 text-align: center;
	 text-decoration: none;}

a.button:link {color: #ffffff;}

a.button:visited {color: #cccccc;}

a.button:hover {color: #000000;
                border: 2px outset #cccccc;}

.inactivebutton {border: 2px inset #cccccc;
	 	 width: 140px;
	 	 padding: 3px 15px;
	 	 color: #000000;
	 	 background-color: #cc3300;
	 	 font-family: broadway;
	 	 font-size: 16px;
	 	 font-weight: normal;
	 	 text-align: center;
	 	 text-decoration: none;}

a.inactivebutton:hover {color: #000000;}