/* nhrg */
/* Cascading Style Sheet */

body			{
					background-color: #660066
				}

A:link			{
					color: #ffffcc;
					text-decoration: underline
				}

A:visited		{
					color: #ffffcc;
					text-decoration: underline
				}

A:active		{
					color: #ffffff;
					text-decoration: underline
				}

A:hover			{
					color: #ffffff;
					text-decoration: underline
				}

h1				{
					font-size: large;
					font-weight: bold;
					font-style: normal;
					font-family: Veranda, Arial, Helvetica, Sans-Serif;
					color: #ffcc99
				}

h2				{
					font-size: medium;
					font-weight: bold;
					font-style: normal;
					font-family: Veranda, Arial, Helvetica, Sans-Serif;
					color: #ffcc99
				}

h3				{
					font-size: small;
					font-weight: bold;
					font-style: italic;
					font-family: Veranda, Arial, Helvetica, Sans-Serif;
					color: #ffcc99
				}

h4				{
					font-size: small;
					font-weight: bold;
					font-style: normal;
					font-family: Veranda, Arial, Helvetica, Sans-Serif;
					color: #ffcc99
				}

h5				{
					font-size: x-small;
					font-weight: bold;
					font-style: italic;
					font-family: Veranda, Arial, Helvetica, Sans-Serif;
					color: #ffcc99
				}

h6				{
					font-size: x-small;
					font-weight: bold;
					font-style: normal;
					font-family: Veranda, Arial, Helvetica, Sans-Serif;
					color: #ffcc99
				}

p				{
					font-size: x-small;
					font-weight: normal;
					font-family: Veranda, Arial, Helvetica, Sans-Serif;
					color: #ffcc99
				}

ul				{
					font-size: x-small;
					font-weight: normal;
					font-family: Veranda, Arial, Helvetica, Sans-Serif;
					list-style-type: square;
					color: #ffcc99
				}

ol				{
					font-size: x-small;
					font-weight: normal;
					font-family: Veranda, Arial, Helvetica, Sans-Serif;
					color: #ffcc99
				}

small			{
					font-size: xx-small;
				}

em				{
					font-weight: bold;
					font-style: normal;
					color: #ffcc66
				}

hr				{
					height: 1px;
					color: #ffcc99
				}

.vr				{
					width: 1px;
					background-color: #ffcc99
				}