Body {
	background-color: #1F1F2C;
	padding: 0cm;
	color: black;
	}


.content {
	background-color: white;
	width: 460px;
	padding: 10px;
	border: 1px solid black; 
	text-align: left;
	}


A.navigation:link {
		text-decoration:none; 
		color: black;
		font-weight: bold;
		}

A.navigation:visited {
		text-decoration:none; 
		color: black;
		font-weight: bold;
		}

A.navigation:hover {
		text-decoration: none; 
		color: #1F1F2C;
		font-weight: bold;
		}

A.close:link{
	color: white;
	text-decoration: none; 
	border-bottom: 1px solid white;
	padding: 2px;
	}

A.close:visited {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
	padding: 2px;
	}

A.close:hover {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
	padding: 2px;
	}

.right {
	padding-left: 375px;
	}

.rightlong {
	padding-left: 300px;
	}

.closeright {
	padding-left: 120px;
	color: white;
	}


