body {
	margin: 0;
	padding: 0;
}

a {  color: #151B54; text-decoration: none; font-weight:bold; }
a:hover {  color: #C00; text-decoration: none;}
a.reflink { color:blue; text-decoration:none;}

.structure {
	width:98%;
	margin-right:auto;
	margin-left:auto;
	background-color:#fff;
}
.structure th{
        border:1px solid #222;
        font-size:14px;
	color:#eee;
	background-color:#333;
	height:30px;
}
.structure th.tcid {
        width:8%;
}
.structure th.desc {
        width:40%;
}
.structure th.org {
        width:25%
}
.structure th.pdbid {
        width:8%;
}
.structure th.links {
        width:20%;   
}

.structure td{
	border:1px solid #ccc;
	font-size:14px;
}
.structure td.pdbid {
	text-align:center;
}
center {
	margin-top:10px;
	margin-bottom:10px;	
}	
