
/*  
-t100 for character sketch block.
-t2 for skill/attribute block.
-t3 for skills/attributes themselves.
-t4 hit number block.
-t5 hit themselves.
-t6 more hit themselves.
-t7 hit points block.
-t8 hit points.
-t9 contacts block.
-t10 contacts.
-t11 for weap block.
-t12 for weap.
-t13 equipment block.
-t14 equipment.
-t15 languages block.
-t16 languages.
*/

table.t100
{
position: absolute;
top: 10px;
left: 20px;
}

table.t2
{
position: absolute;
top: 170px;
left: 20px;
}

table.t3
{
position: absolute;
left: 20px;
top: 220px;
}

table.t4
{
position: absolute;
left: 450px;
top: 170px;
}

table.t5
{
position: absolute;
left: 450px;
top: 220px;
}

table.t6
{
position: absolute;
left: 450px;
top: 350px;
}

table.t7
{
position: absolute;
left: 450px;
top: 495px;
}


table.t8
{
position: absolute;
left: 450px;
top: 535px;
}

table.t9
{
position: absolute;
left: 450px;
top: 745px;
}

table.t10
{
position: absolute;
left: 450px;
top: 780px;
}

table.t11
{
position: absolute;
left: 270px;
top: 1000px;
}

table.t12
{
position: absolute;
left: 270px;
top: 1035px;
}

table.t13
{
position: absolute;
top: 1200px;
left: 20px;
}

table.t14
{
position: absolute;
left: 20px;
top: 1235px;
}

table.t15
{
position: absolute;
left: 820px;
top: 495px;
}


table.t16
{
position: absolute;
left: 820px;
top: 535px;
}

td
{
padding: 0cm .1cm;
}

td.header
{
text-align: left;
font-size: 70%;
font-variant: small-caps;
padding-bottom: 2mm;
padding-right: 1cm;
}

td.header2
{
text-align: left;
font-variant: small-caps;
padding-bottom: 2mm;
padding-right: 1cm;
font-weight: bold;
}

td.info
{
text-decoration: underline;
}

td.black
{
background-color: black;
font-weight: bold;
color: white;
text-align: center;
font-size: 180%;
font-variant: small-caps;
}

td.attr
{
border: thin solid black;
text-align: center;
}


td.head2
{
text-align: center;
font-size: 70%;
font-variant: small-caps;
}

td.temp
{
border: thin solid;
background-color: Gainsboro;
text-align: center;
}

img.i3
{
position: absolute;
left: 600px;
top: 10px;
}