body {
	background-color: #6024FF;
	background-image: url(eyes.jpg);
	background-attachment: fixed;
	background-position: center right;
	background-repeat: no-repeat;
	color: Aqua;
	font-family: sans-serif;
	font-size: 13px;
}
A, A:ACTIVE, A:FOCUS, A:HOVER, A:LINK, A:VISITED {

	font-weight : bold;
	color: ivory;
	text-decoration:none;
	font-size: 12px;

}

h1, h2 {
	
} 

h3, h4, h5, h6 {
	text-decoration: underline overline;
}
#div1 {
	position : fixed;
	top : 100px;
	right : 100px;
	font-family: inherit;
	font-weight: bold;
}
