body {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000;
	background-image: url(img/Nefertiti-front-3D-wweb.jpg);
	visibility: visible;
	background-color: white;
}

a {	padding-bottom: 1px;
	color: #000000;
	text-decoration:none;
	}

a:link, a:visited {
	border-width: 1px;
	border-bottom-color: rgba(255,10,0,0.75);
	border-bottom-style: solid;
	}

a:hover {
	border-width: 1px;
	border-bottom-color: #FF0A00;
	border-bottom-style: solid;
	border-color: #ff0a00;
}

img {
	border:none;
	}



/* Header */

.header {
    background-image: none;
    display: inline;
    height: auto;
    left: 2%;
    margin-top: 0;
    overflow: visible;
    padding-bottom: 0;
    padding-top: 0;
    position: fixed;
    top: 0;
    width: 450px;
    z-index: 100;
}

.header h1 {
	z-index:2;
	top:0px;
	font-weight: normal;
}

.content h1 {
	z-index:2;
	top:0px;
	font-weight: normal;
}

.header a {
	padding-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-color: #ff0f00;
	border-width: 1px;
	border-bottom-style: solid;
	display: inline;
}	

.header a:hover {
	border-color: #a71000;
	border-width: 1px;
	border-bottom-style: solid;
	background-color: white; 
	}

/* Content */

.content {
    left: 2%;
    position: absolute;
    top: 430px;
    width: 350px;
    }

.uv {
	position: absolute;
	visibility: visible;
	right: 10px;
	top: 10px;
}


/* Footer */


