a {
	border : none;
	text-decoration : none;
}

a:hover {
	color : red;
}

body {
	background-color : white;
	font : 11px verdana;
	line-height :1.5;
	margin : 0px;
	text-align : center;
}

table {
	border : 1px solid gray;
	font : 11px verdana;
}

th {
	background-color : silver;
	border : 1px solid gray;
	font-size : 12px;

}

td {
	font-size : 11px;
	text-align : center;
	vertical-align : middle;
}

h1,h2,h3,h4,h5,h6 {
	font-family : arial;
	text-align : center;
}

p {
	margin : 3px;
	text-align : left;
}

.button {
	background-color : silver;
	border-bottom : 3px solid gray;
	border-left : 3px solid #EBEBEB;
	border-right : 3px solid gray;
	border-top : 3px solid #EBEBEB;
	font-weight : bold;
	height : 25px; 
	text-align : center;
	vertical-align : middle; 
	width : 99px;
}
