
body, th, td
{
	font-size     : 12px;
}

h1
{
	font-size      : 16px;
	font-weight    : bold;
	border-style   : solid;
	border-width   : 1px 5px 1px 5px;
	padding        : 2px 0px 2px 3px;
	border-color   : #3333ff;
}

h2
{
	font-size      : 12px;
	font-weight    : normal;
	border-style   : solid;
	border-width   : 1px 5px 1px 5px;
	padding        : 2px 0px 2px 3px;
	border-color   : #9999ff;
}

a:link		{	color: #0000ff;	text-decoration: underline	}
a:visited	{	color: #3333ff;	text-decoration: underline	}
a:active	{	color: #ff9900;	text-decoration: underline	}
a:hover		{	color: #ff9900;	text-decoration: underline	}
