body 
{
background-color:#ffffff;
font-size:100%;
font-family:"Trebuchet MS", Trebuchet, verdana, sans-serif
}

/* Headings */

h1 
{
text-align:center;
font-size:5em;
margin-bottom:0em;
margin-top:0em
}

h2 
{
text-align:center;
font-size:4em;
margin-bottom:0em;
margin-top:0em
}

h3 
{
text-align:center;
font-size:3em;
margin-bottom:0em;
margin-top:0em
}

h4 
{
text-align:center;
font-size:2em;
margin-bottom:0em;
margin-top:0em
}

h5 
{
text-align:center;
font-size:1.5em;
margin-bottom:0em;
margin-top:0em
}

h6 
{
text-align:center;
font-size:1em;
margin-bottom:0em;
margin-top:0em
}

/* Tables */

table 
{
text-align:center;
border-width: 1px;
border-spacing: ;
border-style: solid;
border-color: black;
border-collapse: collapse;
}

th, td
{
border-width: 0px;
padding: 3px;
border-style: none;
border-color: black;
	
}