* {
	font-family : arial, tahoma, verdana;
	font-size : 12px;
	color : #737373;
	font-weight : bold;
}

body {
	margin : 150px 0px 0px 0px;
	padding : 0px;
	line-height : 130%;
	background-color : #ffffff;
	text-align : center;
}


a {
	color : #737373;
	text-decoration : underline;
}
a:hover {
	color : #FD0000;
	text-decoration : underline;
}