body	{
	background-color: #6699CC;
	}

A	{
	text-decoration:none; 
	}

A:link 	{
	color: #0000FF;
	background-color: transparent;
	}

A:visited	{
	color: #000080;
	background-color: transparent;
	}

A:active {
	color: #FF0000;
	background-color: transparent;
	}

A:hover { 
	background-color: transparent;
	text-decoration: overline underline;
	background-color: lightslategray;
	}

H1	{
	font-size: 175%;
	}

H2	{
	font-size: 150%;
	}

H3	{
	font-size: 100%;
	}

H4	{
	font-size: 75%;
	}

H5	{
	font-size: 50%;
	}

H6	{
	font-size: 25%;
	}
A, P, H1, H2, H3, H4, H4, H6	{
	color: #000000;
	font-family: helvetica,verdana,sans-serif;
	background-color: transparent;
	font-weight: normal;
	}

.center	{
	text-align: center;
	}

.right	{
	text-align: right;
	}

.left	{
	text-align: left;
	}
#container {
        padding: 50px 150px 0px 100px;
        margin: 0px;
        }
.modified       {
        font-size: 75%;
        text-align: right;
        }

