body {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
	color: white;
	background: rgb(100,175,227);
}

h1 {
	text-align: left;
	font-size: 2em;
	color: white;
}


h2 {
	text-align: center; 
}


#content {
	margin: auto;
	font-size: 0.8em;
	width: 41em;
}

#homeprojtext{
	margin: left;
	font-size: 0.8em;
	width: 41em;
}
	

ul.a {

	list-style-type: none;
	font-size: 1em;
	color: white;
	width: 10em;
	padding: 0;
	text-align:left;
	margin: auto;
}

ul.b {
	list-style-type: none;
	font-size: 0.7em;
	color: white;
	width: 10em;
	padding: 0;
	text-align:left;
	margin: auto;
}

ul.c {
	list-style-type: none;
	font-size: 1em;
	color: white;
	width: 10em;
	padding: 0;
	text-align:left;
	margin: auto;

}


a.navi:link {
	text-decoration: none;
	color: white;
}

a.navi:visited {
	text-decoration: none;
	color: rgb(120,120,150)
}

a.navi:hover {
	text-decoration: none;
	color: rgb(50,50,190);
}

a.navi:active {
	text-decoration: none;
	color: white;
}

#imgcenter {
	text-align: center;		
	
}


img {
	position: top;
	border-style: none;
		
	
}
