@charset "utf-8";
/* CSS Document */


body {
	background-color: #FFFBE4;
	background-image: url(assets/gradient.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

<!--fonts-->
h1 {
	color: #003F7F; font-family: Verdana, Geneva, sans-serif;
}

h2 {
	color: #003F7F; font-family: Verdana, Geneva, sans-serif;
}

h3 {
	color: #003F7F; font-family: Verdana, Geneva, sans-serif;
}

h4 {
	color: #003F7F; font-family: Verdana, Geneva, sans-serif;
}

h5 {
	color: #003F7F; font-family: Verdana, Geneva, sans-serif;
}

p {
	color: #003F7F; font-family: Verdana, Geneva, sans-serif; font-size: large
}

<!--table-->
table {
	border-color: #7D8254; border-style: ridge;
}

td {
	color: #003F7F; font-family: Verdana, Geneva, sans-serif; font-size: large;
}

<!--links-->
a:link {
	text-decoration: underline; color: #194E96;
}

a:visited {
	text-decoration: underline; color: #194E96;
}

a:active {
	text-decoration: underline; color: #194E96;
}

a:hover {
	text-decoration: underline; color: #1177DD;
}

hr {
	border-color: #7D8254; border-style: outset; 
	border-bottom-width: thin; border-top-width: 2px;	
}