body {
    background-image: img src="images/bg.jpg" width="1366" height="768" alt=""/>;
} 
h1 {
    color: #57c48e;
	font-family: Quicksand, sans-serif;
}

p {
    font-family: Tahoma, Geneva, sans-serif;
} 
/* unvisited link */
a:link {
    color: #000000;
}

/* visited link */
a:visited {
    color: #5c77c8;
}

/* mouse over link */
a:hover {
    color: #57c48e;
}