html, body, td {
	text-align:left;
	font: 12px/16px Verdana, Lucida, Arial, sans-serif;
	color:#000000;
	height: 100%;
	margin:25;
	}

h1, h2, h3, h4	{
	font: 12px/30px Times New Roman;
	font-weight:normal;
	}

h1	{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 260%;
	margin-top: 5px;
	margin-bottom: 5px;
	}

h2	{
	font-size: 190%;
	margin-top: 5px;
	margin-bottom: 5px;
	}
h3	{
	font-size: 170%;
	margin-top: 5px;
	margin-bottom: 5px;
	}
h4	{
	font-size: 150%;
	margin-top: 5px;
	margin-bottom: 5px;
	}
h5	{
	background-color: transparent;
	font: 12px/2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

a:active {
	font-size : 13px;
	color: blue;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	font-size : 13px;
	color: red;
	text-decoration: none;
}
a:visited {
	font-size : 13px;
	color: #0000F0;;
	text-decoration: none;
}
a {
	font-size: 13px;
	color: #0000F0;
	text-decoration: none;
}

