body	{
		font-family: verdana, arial, geneva, helvetica, sans-serif;
		color: black;
		background-color: #FFFFFF;
		margin-top:20px;
		margin-right: 20px;
		margin-bottom: 20px;
		margin-left: 20px;
		/* margin: 0px 20px 20px 20px; */
		}
		
p		{
		margin-left: 20px;
		font-size: 11px;
		line-height: 20px;
		color: #003366;
		text-align: left;
		}
		
/*p:first-line	{
				font-size: 13px;
				font-variant: small-caps;
				color: #666666;
				} */
		
.bold	{
		font-weight: bold;
		}
		
.indent	{
		margin-left: 30px;
		margin-right: 40px;
		text-align: justify;
		}
		
H1	{
		margin-left: 20px;
				font-size: 10px;
				color: #003366;
				font-weight: bold;
				letter-spacing: .1em;
				}
		
H2	{
		margin-left: 20px;
				font-size: 12px;
				color: #003366;
				font-weight: bold;
				letter-spacing: .1em;
				}

H3	{
		margin-left: 20px;
				font-size: 14px;
				color: #003366;
				font-weight: bold;
				letter-spacing: .1em;
				}

H4	{
		margin-left: 20px;
				font-size: 16px;
				color: #003366;
				font-weight: bold;
				letter-spacing: .1em;
				}

H5	{
		margin-left: 20px;
				font-size: 18px;
				color: #003366;
				font-weight: bold;
				letter-spacing: .1em;
				}

		
#box	{
		margin: 10px 0px 10px 0px;
		border: 1px solid #660000;
		background-color: #FF6666;
		text-align: center;}

				
a:link	{
		 color: #0033FF;
		}
		
a:visited	{
		 	color: "#996699";
			}

a:hover	{
		 color: #FFFFFF;
		 background-color: #003366;
		 text-decoration: none;
		}
		
a:active	{
			background-color: #FF33FF;
			}
