/*used in kata*/
table.outline 
{
width: 100%;
text-align: center;
}

table.outline  td
{
width:33%;
}

/*used in kata*/
a.source
{
font-family: trebuchet;
font-size: 8pt;
text-decoration: none;
}

/*used in kata*/
table.contentTable
{
width:100%;
text-align: center;
border-width: 1px;
border-color: gray;
border-style: solid;
border-collapse: collapse;
}

table.contentTable  td, th
{
width:33%;
border-width: 1px;
border-style: solid;
border-color: gray;
}

/*used in kata ,woorden, 01012007*/
p.woorden
{
padding-bottom: 15px;
font-style: italic;
}

/*used in 01012007*/
p.vraag
{
font-weight: bold;
}

/*used in 08112006*/
/*p.gedicht
{
padding-left: 10%;
}

/*used in woorden*/
q
{
font-style:normal;
font-weight: bold;
}
