/*				Cascading Style Sheet - Knighton Days		*/	

body 				{font-family: AR BONNIE, Verdana, Geneva, sans-serif;
				font-size: 24pt;
				text-align: left;				
				background-color: 		rgb(77%, 77%, 77%);
				color: 				rgb(30%, 20%, 30%);
				margin-left: 0px;
				margin-top: 0px;
				margin-right: 0px;
				margin-bottom: 0px;}


/*				LINK						*/
a:link 				{color: 			rgb(30%, 20%, 30%);
				text-decoration: none;}
a:visited 			{color: 			rgb(30%, 20%, 30%);
				text-decoration: none;}
a:hover 			{color: 			rgb(60%, 30%, 60%);
				text-decoration: none;}
a:active 			{color: 			rgb(30%, 20%, 30%);
				text-decoration: none;}


/*				TOP STRAP					*/
#TopStrap			{background-color: 		rgb(80%, 70%, 80%);
				text-align: center;
				font-style: italic;
				font-weight; bold;
				border: 1px  			red;
				cellpadding: 2;}
 

/*				ARROWS						*/
#Arrows				{background-color: 		rgb(80%, 70%, 80%);
				text-align: center;
				color:				rgb(100%, 68%, 78%);}
 


/*				COPYRIGHT					*/
#copyright 			{position: absolute;
				right: 6px;
				bottom: 10px;
				left: 200px;font-family: Verdana, Geneva, sans-serif;
				padding:  4px 35px 4px 0px;
 				font-size: 9pt; 
				text-align: right;}


