 body {
    background-color: #060606;
    color: black;
    font-family: Courier New;
    font-size: 12px; }

	p {
		color: #F3F5F6; }

      k {
    font-family: fake receipt;
    color: #F3F5F6; 
    font-size: 45px; 
  	text-align: center; 
    text-shadow: 0 0 8px #F0D023;
    text-decoration: none; }

      	h2 {
      text-decoration: none;
      color: #F3F5F6; }

	a:link {
	  font-size: 13px;
		color: #F3F5F6;
		text-decoration:none; }	

    a:hover {
      color: #F2D63A;	} 

  hr {
    border: 0;
    height: 1px;
    border-top: 1px dashed #F3F5F6; }

/* Track */
::-webkit-scrollbar-track {
  background: #060606; } 

/* Handle */
::-webkit-scrollbar-thumb {
	background-image: linear-gradient(to bottom, #F0D023, #5D4406, #060606); } 

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #5D4406; }

 /* width */
::-webkit-scrollbar {
  width: 5px; }

	.divboite {
		background-color: #060606;
		width: 800px;
		height: 543px;
		text-align: center; 
		color: #101010;
		border: 8px groove #F0D023;
		overflow: auto;
		padding: 13px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2%; }

	  .divjour {
      background-color: #060606;
      width: 710px;
      height: 367px;
      color: #101010;
      border: 1px solid #060606;
      overflow:auto;
      padding: 35px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 5px;
      float: center; }
      
    #footer {
  border-top: 2px solid #674D08;
  background-color: #D1A50B;
  clear: both;
  padding: 1px; }

      #footer p {
    font-size: 11px;
    text-align: right;
    text-decoration: none;
    color: #322301; 
    margin: 0px; }

   .collapsible {
    background-color: #060606;
    border: 1px dashed #F0D023;
    cursor: help;
    padding: 1px;
    width: 50%;
    color: #F0D023;
    font-size: 12px;
    font-family: Courier New;
    text-align: center;
    outline: none; }

      .content {
        background-color: #060606;
        text-align: left;
        padding: 0px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out; }

   .collapsible2{
    background-color: #060606;
    border: 1px solid #F3F5F6;
    cursor: help;
    padding: 3px;
    width: 40%;
    color: #F3F5F6;
    font-size: 9px;
    font-family: Courier New;
    text-align: center;
    outline: none; }

      .content2 {
        background-color: #060606;
        text-align: left;
        padding: 0px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out; }

  div.a {
    text-align: center; } 
