body		{
			margin-top: 8;
			margin-bottom: 8;
			margin-left: 24;
			margin-right: 24;
			background-color: black;
			color: white;
			font-family: arial, sans-serif;
		}

a:link		{
			color: #DDDDDD;
			text-decoration: none;
		}

a:visited	{
			color: #BBBBBB;
			text-decoration: none;
		}

a:hover		{
			color: white;
			text-decoration: underline;
		}

a		{
			outline: 0;
		}

a:link img	{
			border: 1px solid black;
		}

a:visited img	{
			border: 1px solid black;
		}

a:hover img	{
			border: 1px solid white;
		}

.menu		{
			margin-left: 3em;
		}

a.user:link	{
			color: white;
			text-decoration: none;
		}

a.user:visited	{
			color: white;
			text-decoration: none;
		}

a.user:hover	{
			color: white;
			text-decoration: underline;
		}

.fail		{
			padding-top: 8;
			color: #DD0000;
			font-weight: bold;
			text-align: justify;
		}

.success	{
			padding-top: 8;
			color: #00DD00;
			font-weight: bold;
			text-align: justify;
		}
