/* ORIGIN */

BODY
			{
				background-color: #0000;
				background-image: url("blackback.png");
				background-size: cover;
				background-repeat: no-repeat;
				background-position: center center;
				font-family: Consolas, Candara, Calibri;
				font-size: 14px;
				color: #d6d8d0;
			}
			
a:link
			{
				color: #387db1;
				font-weight: bold;
				text-decoration: none;
			}

a:hover
			{
				color: #9e312f;
				font-weight: bold;
				text-decoration: none;
				background: #ffffff;
			}

a:visited
			{
				color: #daaf3e;
				font-weight: bold;
				text-decoration: none;

