p { color:black;}
div {font-weight: bold;}
a:link  { color: white; text-decoration: none;}
a:visited {color: white; text-decoration: none;}
a:hover { color: orange; text-decoration: none;}
hr {
	border: none;
	height: 2px;
	color: white;
	background-color: black;
}
img#profile {
	height: 180px;
	width: 150px;
	border: 3px solid black;
}
p#title {
	text-decoration: underline;
}
.cross {
	text-decoration: line-through;
}
.header {
	position:relative;
	left:2px;
	top:-8px;
	display: block;
	text-align: center;
	z-index: -1;
}
.scroll3 {
        color: white;
        width: 430px;
        height: 200px;
        overflow:auto; 
        padding: 5px;
		border: 1px solid;
		border-color: white;
}
.nav_top {
	position: relative;
	top:-56px;
	text-align: center;
	font-size: 17px;
	font-family: verdana;
}
.nav_top_under{
	position: relative;
	text-align: center;
	font-size: 15px;
	font-family: verdana;
}
.nav_side{
	position: relative;
	top: -20px;
	right: 309px;
}
.nav_side_content{
	font-size: large;
	position: relative;
	text-align: center;
	right: 309px;
	top: -900px;
}
.main_content {
	min-width: 640px;
	position: relative;
	text-align: center;
	/*top: -1064px;
	left: 84px;*/
}
.text_content {
	position: relative;
	margin-left: 320px;
	margin-right:320px;
	font-size:medium;
	/*left: 375px;*/
	text-align: center;
}
.profile_content{
	right: 300px;
	top: 25px;
	position: relative;
	text-align: left;
}
.profile_text{
	position:relative;
	text-align: left;
	margin-left: 430px;
	/*left: 300px;*/
	top: -100px;
}

.history_text{
	position:relative;
	text-align: left;
	line-height: 1px;
	margin-left: 250px;
	/*left: 300px;*/
}
body {
	background-color: black;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(images/websitevr2.png);
	background-position: center;
}
