

body {
	background-image: url(../../venus.jpg)
}

div { 
	
	align-content: center; 
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif" ; 
	font-size: 22px;
	list-style: armenian; 
	list-style: none; 
}

/* unvisited link */
a:link {
    color: white
}

/* visited link */
a:visited {
    color: antiquewhite
}

/* mouse over link */
a:hover {
    color: hotpink;
}

/* selected link */
a:active {
    color: floralwhite
}