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

/*---- STYLE ----*/

body{
	margin: 0;
	background-color: #FFFFFF;
	
	/*----------------------------*/
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small; 
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: large;
}
h2 {
	font-size: medium;
}
h3 {
	font-size: small;
}

.footer {
	text-align: center;
}

.empesis {
	font-weight: bold;
}

.quote {
	font-style: italic;
}

a:link {
	color: #FA6F39;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #FA6F39;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: black;
	text-decoration: underline;
}
