/* 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: 3em;
	color: #ffff00;
	margin-bottom: 30px;
}

#pagecontent {
	width: 1000px;
	text-align: center;
}

.ooi {
	font-family: Times, serif;
	font-size: 2em;
	color: #ffff00;
	margin-bottom: 5px;
}

.line {
	height: 30px;
	width: 1000px;
}
