H1
{ 
	font-family: 'Arial';
	font-size: large;
	font-weight: bold;
	color: #101040;
	text-align: left;
	margin-top: 0px;
	margin-left: 2px;
	margin-bottom: 10px;
	padding-top: 0px;
}

H2
{ 
	font-family: 'Arial';
	font-size: small;
	font-weight: bold;
	color: #101040;
	text-align: left;
	margin-left: 2px;
	margin-top: 10px;
	margin-bottom: 5px
}



DIV
{
	font-family: 'Arial';
	font-size: small;
	text-align: justify;
	color: #101040;
	margin-left: 2px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 15px;
	
}


.small
{
	font-size: xx-small;
	text-align: center;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 10px;
}

.little
{
	font-size: x-small;
	font-style: italic;
}


P
{
	margin-top: 5px;
	margin-bottom: 1px
}



A:link
{
	font-family: 'Arial';
	font-weight: bold;
	color: #101040;
	text-decoration: none
}

A:visited
{
	font-family: 'Arial';
	font-weight: bold;
	color: #98b0a0;
	text-decoration: none
}

A:hover
{
	font-family: 'Arial';
	font-weight: bold;
	color: maroon;
	text-decoration: underline;
}





UL
{
	
	margin-left: 15px;
	margin-bottom: 15px;
	text-indent: 0cm;
	
}

LI
{
	margin-left: 15px;
	font-family: 'Arial';
	font-size: small;
	font-weight: normal;
	color: #101040;
	text-align: justify;
	text-indent: 0cm;
	margin-bottom: 8px;
	list-style-image: url('bullet.jpg');
}

