/* CSS Document */
p {
font-family: sans-serif;
color: white;
font-size: 13;
}

a{
font-family: arial;
font-size: 13px;
text-decoration: none;
}

/*acessibility stuff */

p.acess {
font-family: sans-serif;
color: white;
font-size: 10;
}

a.acess{
font-family: arial;
font-size: 11px;
text-decoration: underline;
}



a:link {color: #FFFFFF}
a:visited {color: #FFFFFF}
a:hover {color: #999999}
a:active {color: #FFFFFF}

h1
{
font-family: sans-serif;
color: white;
font-size: 14;
}

h2
{
font-family: sans-serif;
color: white;
font-size: 13;
background:#000033;
}

h3
{
font-family: sans-serif;
color: white;
font-size: 12;
}

ul
{
position: relative;
left:-12px; 
}

td.body {padding: 10px
}


