body {
	background-color: green;
	border: none;
	font-family: sans-serif;
	color: white;
	font-size: 70%;
	align: center;
	scrollbar-face-color: black;
	scrollbar-shadow-color: black;
	scrollbar-highlight-color: black;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: green;
	scrollbar-arrow-color: yellow;
}

hr {
	width: 35%;
	color: white;
	background-color: transparent;
}

a {
	text-decoration: none;
	color: yellow;
	background-color: transparent;
}

a:hover {
	text-decoration: none;
	color: green;
	background-color: transparent;
}

ul {
	list-style: circle;
}

.submit {
	font-size: 9;
	color: white;
	background-color: black;
	border: 0px white solid;
}
                                                                                                                                                                                                         
.input {
	font-size: 9;
	color: black;
	border: 0px solid black;
}

.shell {
	background-color: green;
	border: none;
	color: black;
}

.side {
	background: black;
	height: 25;
	width: 15;
	font-weight: bold;
	font-size: 70%;
	border: none;
}

.title {
	background: black;
	height: 40;
	width: 400;
	font-weight: bold;
	font-size: 95%;
	text-shadow: red;
	border: none;
}

.content {
	background: black;
	width: 640;
	font-weight: bold;
	font-size: 95%;
	border: none;
}

.lyrics {
	background: black;
	width: 300;
	font-weight: bold;
	font-size: 95%;
	border: none;
}

.links {
	background: black;
	width: 100%;
	font-weight: bold;
	font-size: 100%;
	border: none;
}

.security {
	background: black;
	width: 75%;
	font-weight: bold;
	font-size: 85%;
	border: none;
}

.security-hover {
	background: black;
	width: 75%;
	color: blue;
	font-weight: bold;
	font-size: 85%;
	border: none;
}

.resume {
	background: black;
	width: 75%;
	font-weight: bold;
	font-size: 90%;
	border: none;
}

.resumewho {
	background: black;
	width: 75%;
	font-weight: bold;
	font-size: 85%;
	border: none;
}

.home {
	background: black;
	height: 20;
	width: 50;
	font-weight: bold;
	font-size: 90%;
	border: none;
}
p.top { text-align: center; }
#wrap { width: 90%; text-align: top; margin: 0 auto; border: 0; }