@charset "utf-8";
/*~~~~~~~~~~*/   
/* recipe */

*
	{
		padding: 0px;
		text-decoration: none;
	}

/* Body */

body
	{
		background-image: url('https://image.ibb.co/dbedkQ/dkbackground1_1.jpg');
		background-position:  center 50%;
		background-attachment: fixed;
		background-repeat: repeat-x;
		color: #CFCDFF
	}


/* Banner and Header */

img#banner
	{
		width: 432px;
		height: 88px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
		margin-top: 40px;
	} 
	
h1
	{
		text-align: center;
		margin-top: 30px;
		margin-bottom: 10px;
		font-size: 36px;
		font-family: times;
		font-weight: bold;
	}

h2
	{
		text-align: center;
		margin-bottom: 10px;
		font-size: 24px;
		font-family: verdana;
		font-weight: bold;
	}



/* Navigation */

div#nav 
	{
		float: center;
		vertical-align: bottom;
		width: 280px;
		border-right: 1px #CFCDFF solid;
		border-left: 1px #CFCDFF solid;
		border-bottom:  1px #CFCDFF solid;
		border-top: 1px #CFCDFF solid;
		margin-right: 10px;
		margin-bottom: 10px;
		text-align: center;
		text-decoration: none;
		padding-bottom: 10px;
		padding-top: 10px;
	}

a:link {color:#FF0000}      /* unvisited link */
a:visited {color:#8000FF}  /* visited link */
a:hover {color:#FFFFFF}  /* mouse over link */
a:active {color:#0000FF}  /* selected link */

	
li
	{
		font-size: 12pt;
		font-family: verdana;
		text-align: center;
		margin-left: 0px;
		margin-bottom: 0px;
		list-style: none;

	}

/* Content */

h1
	{
		text-align: center;
		margin-top: 30px;
		margin-bottom: 10px;
		font-size: 36px;
		font-family: times;
		font-weight: bold;
	}

p.gen
	{
		text-align: center
		font-family: arial;
		font-size: 14pt;
		font-style: none;
		margin-left: 0px;
		margin-right: 0px;

	}



p.comm
	{
		text-align: center;
		font-family: times;
		font-style: none;
		margin-bottom: 0px;
		font-size: 14pt;
		margin-left: 0px;
		margin-right: 0px;

	}


p.inst
	{
		text-align: left;
		font-family: verdana;
		font-style: none;
		margin-bottom: 0px;
		font-size: 12pt;
		margin-left: 0px;
		margin-right: 0px;
		inherit: no

	}

p3 
	{
		text-align : left;
		font-family : verdana;
		margin-bottom : 0;
		font-size : 12pt;
		margin-left : 0px;
		margin-right : 0px;

	}

li
	{
		font-size: 12pt;
		font-family: verdana;
		text-align: left;
		margin-left: 160px;
		margin-bottom: 0px;
		list-style: none;
		a:link {color:#FF0000}      /* unvisited link */
		a:visited {color:#00FFFF}  /* visited link */
		a:hover {color:#8000FF}  /* mouse over link */
		a:active {color:#0000FF}  /* selected link */

	}


div#content { padding-right: 100px; padding-left: 100px; }