body
{
font-family:Arial,Helvetica,sans-serif;
background-color:#F3F3F3;/*#F2F5E4;*/
color:#303030;
}

h1
{
text-align:center;
font-size:250%;
}

h2
{
text-align:center;
font-size:150%;
}

h3
{
text-align:left;
font-size:120%;
}

h4
{
text-align:justify;
font-size:70%;
}

p
{
text-align:justify;
}


a:link 
{
color:#1A7ECA;/*#00AA00;*/
text-decoration:none;
font-weight:bold;
}

a:visited
{
color:#1A7ECA;
text-decoration:none;
font-weight:bold;
}

a:hover
{
color: #1A7ECA;/*#5485BA;*/
text-decoration:underline;
font-weight:bold;
}

table
{
border:0;/*1px solid black;*/
border-collapse:collapse;
}

td
{
width:250;
height:30;
text-align:left;
vertical-align:bottom;
}


