/*************************************/
body {
	margin: 0px;
	font-size: x-small;
	background-color:#ffcccc;
} 
h1 { 
	font-size: x-small;
}
span{
	font-size: x-small;
}
td{
	font-size: x-small;
}
div {
	font-size: x-small;
}
/*************************************/
div.footer{
	color:#000000;
}
/*************************************/
div.center{
	text-align:center;
}
div.right{
	text-align:right;
}
div.marquee{
	display:-wap-marquee;
	-wap-marquee-style:slide;
}
hr.black{
	border-color:#000000;
}

/***************************************/
span.white{
	color:#FFFFFF;
}
span.red{
	color:#FF0000;
}
span.pink{
	color:#FF00FF;
}

/***************************************/
span.x-small{
	font-size: x-small;
}
span.medium{
	font-size: medium;
}
span.large{
	font-size: large;
}