body {
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: white; FONT-FAMILY: Papyrus; MARGIN: 14px;
 background-color : Black;
}
/* LINKS */
a,a:link,a:link{text-decoration:underline;color:Yellow;}
a:visited {color:Yellow} 
a:hover,a:active {color:purple} 

.box {
	BORDER-RIGHT: #999987 1px dotted; PADDING-RIGHT: 5px; BORDER-TOP: #999987 1px dotted; PADDING-LEFT: 5px; FONT-SIZE: 14px; BACKGROUND: #66FFFF; PADDING-BOTTOM: 5px; BORDER-LEFT: #999987 1px dotted; PADDING-TOP: 5px; BORDER-BOTTOM: #999987 1px dotted;	color : #000030; width: 100%;
}

hr {border: none 0; 
border-top: 1px solid Fuchsia;/*the border*/
width: 80%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
 font-family : serif;
} 

TD {
	FONT-SIZE: 14px; COLOR: white; FONT-FAMILY: Papyrus; FONT-WEIGHT: bold; 
}
H1 {
	FONT-SIZE: 24px; PADDING-BOTTOM: 0px; MARGIN-BOTTOM: 10px; COLOR: Yellow; PADDING-TOP: 0px; FONT-FAMILY: Papyrus;
}
H2 {
	color : Yellow; 
	font-size : 18px;
}
H3 {
	color : #ff00ff;
	font-size : 16px;
}
UL {
	MARGIN-TOP: 10px; MARGIN-BOTTOM: 3px;list-style-type:none; 
}

.button {
	background-color : #66FFFF; color : black;
	font-family : Papyrus;
	font-weight : bold;
	font-size : 12px;
}
.bbd ,bbd a,.bbd a:link,.bbd a:visited {
  font-family: Papyrus;
  font-size: 10px;
  color: #999999;
  padding : 2px;
  text-align : center;
}

.bbd a:hover {
  font-family: Papyrus;
  font-size: 10px;
  color: purple;
  padding : 2px;
  text-align : center;
  font-weight : bold;
}

.footer ,footer a,.footer a:link,.footer a:visited {
  font-family: Papyrus;
  font-size: 12px;
  color: #66FFFF;
  padding : 2px;
  text-align : center;
}

.footer a:hover {
  font-family: Papyrus;
  font-size: 12px;
  color: purple;
  padding : 2px;
  text-align : center;
  font-weight : bold;
}
