@charset "utf-8";
/* CSS Document */

body {
	background-image: url(assets/beach.jpg);
	background-repeat: repeat;
}
a:link {
	color: #52BFEA;
}
a:visited {
	color: #7FA9F5;
}
h1 {
	color: #6093F2;
}

a:hover {
	color: #0072BC;
	font-size: 16px;
}
a:active {
	color: #F79420;
}
h2 {
	font-size: x-large;
	color: #9D8A7B;
	font-style: normal;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

