BODY {
   background-color:white;
   color:black;
   }
   
a {color:blue; text-decoration:none; font-weight:bold;}

a:hover {color:red; text-decoration:underline;}

h1{font-weight:bold;font-size:24px;}

h2, .head2{font-weight:bold;font-size:20px;}

.smaller{font-weight:bold;font-size:16px;}

.black{
   background-color:           black;
   scrollbar-face-color:       black;
   scrollbar-highlight-color:  white;
   scrollbar-shadow-color:     white;
   scrollbar-3Dlight-color:    black;
   scrollbar-arrow-color:      white;
   scrollbar-track-color:      #e5e5e5;
   scrollbar-darkshadow-color: black;
   color:					   white;
}

td.photobox{
	align:center;
	vertical-align:middle;
	border: 1px solid #333333;
	background-color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24pt;
	font-weight:bold;
	color:white;
}
