body {
        color: #000000;
        font-family: Arial, Times New Roman CE, Times CE, Times New Roman,Times;
        font-size: 25px;
        text-decoration: none;
        text-align:center;
        margin:50; 
        padding:0;
}


h1 {
	color: #000000;
	font-size: 50px;
	font-weight: bold;
	text-align:center;
	margin-top:20px;
}

a {
        text-decoration: none;
        color: #000000;
        font-weight: normal;
	font-size: 30px;
	text-align:center;
}

a:hover {
        text-decoration:underline;
        color : #0000CC;
	font-size: 30px;
	text-align:center;
}



