/* CSS Document */

h1
{
	font-family: arial;
	color: black;
	margin-left: 16pt;
	text-align: center;
	font-weight: bold;
	font-size: small;
}

h2
{
	font-family: arial;
	color: red;
	margin-left: 16pt;
	text-align: center;
}

a.one
{
	text-decoration: none;
	font-family: arial;
	text-align: left;
	font-weight: bold;
	font-size: small;
}

a.one:link     {color:#FFFFFF}
a.one:visited  {color:#FFFFFF}
a.one:hover    {color:#ff0000}
a.one:hover		{font-size: 105%}
a.one:active	{color:#ff0000}

a.four
{
	text-decoration: none;
	font-family: arial;
	text-align: left;
	font-weight: bold;
	font-size: xx-small;
}

a.four:link     {color:#FFFFFF}
a.four:visited  {color:#FFFFFF}
a.four:hover    {color:#ff0000}
a.four:active	{color:#ff0000}

a.two
{
	text-decoration: none;
	font-family: arial;
	text-align: left;
	font-weight: bold;
	font-size: x-small;
}

a.two:link     {color:#800000}
a.two:visited  {color:#800000}
a.two:hover    {color:#3300FF}
a.two:active	{color:blue}

a.three
{
	text-decoration: none;
	font-family: arial;
	text-align: left;
	font-weight: bold;
	font-size: x-small;
}

a.three:link     {color:#800000}
a.three:visited  {color:#800000}
a.three:hover    {color:#3300FF}
a.three:active	{color:blue}

div:first-letter 
{
	color: #ff0000;
	font-size:x-large
}
	
p.indent
{
	text-indent: 1cm;
}

ul.square
{
	list-style-type: square ;
	text-decoration: bold;
}
