/* this is a comment in css */
body{
	position: relative;
	background: #000cff;
	font-size: 76%;
	width: 1000px;
}

a:link, a:visited { 
	text-decoration: none;
	color: #ffff00;
}

a:hover {
	text-decoration: underline;
	color: #ffff00;
}

#logo {
	text-align: center;
	width: 1000px;
}

#header {
	width: 1000px;
	text-align: center;
	font-family: Times, serif;
	font-size: 4em;
	color: #ffff00;
	margin-bottom: 30px;
}
#newlabs {
	clear: both;
	width: 100%;
	margin-bottom: 50px;
}

#whole {
	float: right;
	width: 50%;
}

#individual {
	float: left;
	width: 50%;
}

.doctitle {
	text-align: center;
	font-family: Times, serif;
	font-size: 3em;
	color: #ffff00;
	margin-bottom: 30px;
}

.labtitle {
	text-align: center;
	font-family: Times, serif;
	font-size: 3em;
	color: #ffff00;
	margin-bottom: 10px;
}

.labcat {
	font-style: italic;
	text-align: center;
	font-family: Times, serif;
	font-size: 2.5em;
	color: #ffff00;
	margin-top: 20px;
	margin-bottom: 10px;
}

.doc, .lab {
	text-align: center;
	font-family: Times, serif;
	font-size: 2em;
	color: #ffff00;
}


