BODY {
	background: #ff78bf;
	margin-top: 0px; 
	margin-left: 0px;
	color: black; 
	font-family: sans-serif;
	border-style: solid;
	border-width: 0px;
	border-right-width: 1px;
	border-color: #000000;
	text-align: center;
}


P.small { font-size: xx-small; 	font-family: serif; margin:0px; }



A:VISITED { 
	color: black;
	text-decoration: none;
	font-weight: bold;
}

IMG {
	border: 0px;
	vertical-align: middle;
	text-align: center;
}

A { 
	color: black;
	font-weight: bold;
	text-decoration: none;
}

A:HOVER { 
	background:#ff89d0;
	text-decoration: none;	
	color: white;
	font-weight: bold;
}


TABLE {
	width: 150px;
}


TR {	
	padding: 3px;
 }
TD {	
	padding: 3px;
	text-align: center;
 }

