body {font-family:verdana,sans-serif;font-weight:bold;}
table {width:auto;}
tr {height:100px;}
table a {
	display:block;
	width:200px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	color:white;
	background:blue;
	border:blue 15px solid;
	text-decoration:none;
	text-align:center;
}
table a.home {
	background:green;
	border-color:green;
}
table.specialist {position:relative; margin-left:2em;}
table.specialist tr {height:auto;}
table.specialist td {padding-left:1em;height:2em;}
table.specialist a {display:inline;height:auto;text-decoration:underline;color:blue; background:none;border:none;margin:none;}

