body {
	background-color: #ddddcc;
	background-image: url("../myndir/brainbackground.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center
}

h2 {
	font-family: "Courier New";
	text-align: center;

}

h4 {
	font-family: "Courier New";
	text-align: center;
	font-size: 12px;
}

h5 {
	font-family: "Courier New";
	text-align: center;
	font-size: 9px;
}

p {
	font-family: "Courier New";
	font-size: 12px;
}

li {
	font-family: "Courier New";
	font-size: 12px;
}

a {
	text-decoration:none;
}

a:hover {
	
	text-decoration:underline;color:navy;
	font-style:color:navy;
}



