body		{
	color: Black;
	font-family: Tahoma, Verdana;
	font-size: 10pt;
	background-color : #FFFADC;
	margin : 30px 60px;
	margin-left : 60px;
	margin-top : 30px;
	scrollbar-face-color:#fffadc;
}

h1		{
	color: #CC0000;
	font-size: 19pt;
	font-weight: bold;
}

h2	{
	color: #CC0000; font-size:  16pt; font-weight: bold;
}

h3 {
	color: #CC0000; font-size:  14pt; font-weight: bold;
}

p	{
 color: Black; text-align: justify;
 font-size: 10pt;
}



table		{
	 width:90%; font-size: 10pt;
}

a:link     {
	font-weight: bold;
	text-decoration: none;
	color:black;
	font-size:11pt;
}
a:visited  {
	font-weight: bold;
	text-decoration: none;
	color: Gray;
	font-size:11pt;
}
a:hover    {
	font-weight: bold;
	text-decoration: underline;
	color:black;
	font-size:11pt;
}
a:focus    {
	font-weight: bold;
	text-decoration: none;
	color:black;
	font-size:11pt;
}