


BODY	{

			cursor: default;

			background-color: #000000;
			background-repeat: repeat;
			background-attachment: fixed;

			color: #dddddd;

			font-family: Calibri, Arial;
			font-size: 1em;
		
			margin: 1em auto;
			
			max-width: 60em;
			
			padding: 1em;

		}



HEADER	{
		
			margin: 0 auto;
			
			width: 100%;
			max-width: 60em;
			
			position: fixed;  
			top: 0em;
	
			background-color: #000000;
			
			padding: 1em;
		
		}

NAV		{
			
			display: flex;
			align-content: space-between;
			justify-content: center;
			
			font-family: Impact;
			font-size: 1.5em;
			
		}

#topnav	{
			flex: auto;
		}
		
		
		
DIV		{
		
		
	
		}
		
		

.bodydiv{
			
			text-align: left;
			
			margin-top: 0.5em;
			margin-bottom: 0.5em;
			
		}
		
		

IMG 	{
			height: auto;
			max-width: 100%;
			width: auto;
			border: none;
			margin: 0em auto;
		}



P		{

			text-align: justify;

			margin-top: 1em;
			margin-bottom: 1em;

		}



H1		{

			font-size: 1.5em;
			font-weight: 500;
			font-family: Impact, Arial;

			text-align: left;
			text-decoration: none;
			
			margin-top: 2em;
			margin-bottom: 0.5em;
			
		}

H2		{
		}

H3		{

			font-size: 2.0em;
			font-weight: 800;

			text-align: center;
			text-decoration: none;
			
			margin-top: 2em;
			margin-bottom: 0em;

		}

H4		{

			font-size: 1.5em;
			font-weight: 800;

			text-align: left;
			text-decoration: none;

			margin-top: 1.5em;
			margin-bottom: 0.5em;

		}

H5		{

			font-size: 1.2em;
			font-weight: 800;

			text-align: left;
			text-decoration: underline;

			margin-top: 1.2em;
			margin-bottom: 0.5em;

		}

H6		{
		}



A:link	{

			color: #bbbbbb;

			text-decoration: none;

		}

A:visited{

			color: #bbbbbb;

			text-decoration: none;

		}

A:hover	{

			color: #ffffff;

			text-decoration: none;
			
			border-top: solid 1px #ffffff;
			border-bottom: solid 1px #ffffff;

		}

A:active{

			color: #bbbbbb;

			text-decoration: none;

		}

A:focus	{

			color: #bbbbbb;

			text-decoration: none;

		}



TABLE	{

			border-collapse: none;
			
			
		}

TD		{

			font-family: Calibri, Arial;
			font-size: 1em;
			font-weight: 550;

			text-align: center;

			vertical-align: middle;

			padding: 5px;

		}

#main_p_bottom		{

						text-align: center;

					}


