body, table {
		background-color : #ffffff;
		color : #333333;
		font-family : sans-serif;
		font-size : 15px;
}
A:link, A:active, A:visited {
 		text-decoration : none; 
		color : green; 
}
A:hover  {
 		text-decoration : underline;
 		color : #22bb22;  
}
img {
		border : 0;
}
.BT {
		font-family : Broadway BT;
		font-size : 16px;
}
.cm {
		background-color : #ffffff;
		color : #888888;
}
.hr {
		color : #aaaaaa;
		height : 1;	
		width : 680;
}
.center {
		text-align : center;
}
.right {
		text-align : right;
}
.white {
		color : white;
}
