/* 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;
}

#K2 {
	float: left;
	width: 48%;
}

#G35 {
	float: right;
	width: 48%;
}


.grade {
	font-family: Times, serif;
	font-weight: bold;
	font-size: 3em;
	color: #ffff00;
}

.ooi, .labs, .vocab, .standards, .task, .brit {
	font-family: Times, serif;
	font-size: 2em;
	color: #ffff00;
	padding-left: 10px;
}

.britlogin{
	font-size: 0.75em;
	padding-left: 60px;
}

#importantlinks {
	font-family: Times, serif;
	font-size: 1.5em;
	color: #ffff00;
	text-align: center;
	border: 1px solid;
}

#G1 {
	margin-top: 20px;
	margin-bottom: 20px;
}

#G4 {
	margin-top: 20px;
	margin-bottom: 20px;
}

