/* CSS Document */
	
html,body {
	
	font-family: "trebuchet ms", tahoma, arial, verdana;
	font-size: 11pt;
}


	
#page{
	padding-top: 25px;
	width: 400px;
	margin: auto;
	
}


a {
	color : #800000;
	text-decoration: none;
	
}

a:hover {
	text-decoration: underline;

}

p {
	text-align: center;
}