/*
 * Main style (no color)
 */
body	{
	background: #ffffff;
	color: #000000;
	}
a:link	{
	text-decoration: none;
        background: none;
        color: #3333ff;
	}
a:visited	{
	text-decoration: none;
        background: none;
        color: #ff33ff;
	}
a.footer	{
	text-decoration: none;
        background: none;
        color: #ffffff;
	}
h1,h2,h3	{
	border: medium black;
	text-align: left;
	font-family: sans-serif;
	}
h4	{
	border: medium black;
	text-align: left;
	font-family: sans-serif;
	background: #dddddd;
	}
h5,h6	{
	border: medium black;
	text-align: left;
	font-family: sans-serif;
	/*background: #cccccc;*/
	}
th	{
	background: #dddddd;
	color: #000000;
	/*font-size: 0.9em;*/
	font-family: sans-serif;
	}

