/* CSS Document */
body {
	background-color: #999999;
}

.contest {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
a.url { font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color : white; 
	text-decoration : underline;}
.yellowtitle {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFCC33;
}
.putih {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
a.putih:link {
	text-decoration : underline;
	color: #FFFFFF;
}
a.putih:hover {
	text-decoration : none;
	color: #FFCC33;
}
/************************/
.title_putih {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	display:block;
	margin-top:5px;
}

/******************/
.next {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFCC33;
}
a.next:link {
	text-decoration : underline;
	color: #FFCC33;
}
a.next:hover {
	text-decoration : none;
	color: #FFFFFF;
}

