/* CSS Document */
a:link {
	font-weight: bold;
	color: #FFFF00;
}
a:visited {
	color: #FFFF00;
	font-weight: normal;
}
a:hover {
	color: #FFCC00;
}
a:active {
	font-weight: bold;
	color: #FFCC00;
}
.center_h_and_v {
	text-align: center;
	vertical-align: middle;
}


body {
	background-color: #009bdb;
}

