body
{
background-color:#cecece;
font-family:"Arial";
color:black;
padding-right:30px;
padding-left:30px;
}

h1
{
text-align:center;
font-size:38px;
}

h2
{
text-align:center;
font-size:28px;
}

p
{
font-size:18px;
}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}

p.sequence
{
font-family:"Courier New",Monospace;
}

p.code
{
font-family:"Courier New",Monospace;
}

p.small
{
font-size:10;
}

table.heatchart, table.heatchart td, table.heatchart th
{
border: 1px solid black;
border-collapse: collapse;
}

table.interactome, table.interactome th
{
border: 1px solid black;
border-collapse: collapse;
}

table.interactome td
{
border: 1px solid black;
border-collapse: collapse;
background-color:rgb(255,255,255);
width: 20px;
height: 20px;
text-align: center;
vertical-align: middle;
}

table.scientific
{
border: none;
border-top: 2px solid black;
border-bottom: 2px solid black;
border-collapse: collapse;
}
table.scientific th
{
border: none;
border-top: 2px solid black;
border-bottom: 2px solid black;
border-collapse: collapse;
}
table.scientific tr:last-child
{
border-bottom: 2px solid black;
border-collapse: collapse;
}

table.srrs, td
{
text-align:left;
}
table.srrs, th
{
text-align:center;
}

textarea 
{
resize: none;
}