@font-face {
	font-family: 'Bisous';
	src: url('fonts/Bisous-Bold.woff2') format('woff2'), /* Modern Browsers */
		 url('fonts/Bisous-Bold.woff') format('woff');
	font-weight:bold;
	font-style:normal;
}

@font-face {
	font-family: 'Bisous';
	src: url('fonts/Bisous-BoldItalic.woff2') format('woff2'),
 		 url('fonts/Bisous-BoldItalic.woff') format('woff');
	font-style: italic;
}

body { /* Old color was CCCCCC or e0e0e0 and cfcfcf which is darker */
	background-color: #dddddd; 
}

h1 {
color: #1b1b1b;
font-family: 'Bisous', 'Georgia', serif;
font-size:64px;
font-weight:bold;
font-style:normal;
line-height:69px;
}

h2 {
color: #FFFFFF;
font-family: 'Bisous', 'Georgia', serif;
font-size:40px;
font-style:italic;
font-weight:normal;
line-height:44px;
}

a.h2 {
color: #cccccc;
font-family: 'Bisous', 'Georgia', serif;
font-size:40px;
font-weight:normal;
font-style:italic;
text-decoration:none;
line-height:44px;
}

a.h2:link {
color: #FFFFFF;
font-family: 'Bisous', 'Georgia', serif;
font-size:40px;
font-weight:normal;
font-style:italic;
text-decoration:none;
line-height:44px;
}

a.h2:visited {
color: #FFFFFF;
font-family: 'Bisous', 'Georgia', serif;
font-size:40px;
font-weight:normal;
font-style:italic;
text-decoration:none;
}

a.h2:hover {
color: #1b1b1b;
font-family: 'Bisous', 'Georgia', serif;
font-size:40px;
font-weight:normal;
font-style:italic;
text-decoration:none;
}

a.h2:active {
color: #FFFFFF;
font-family: 'Bisous', 'Georgia', serif;
font-size:40px;
font-weight:normal;
font-style:italic;
text-decoration:none;
}

a.h1 {
color: #1b1b1b;
font-family: 'Bisous', 'Georgia', serif;
font-size:64px;
font-weight:bold;
line-height:67px;
text-decoration:none;
border-bottom: 5px solid #1b1b1b;
}

a.h1:link {
color: #1b1b1b;
font-family: 'Bisous', 'Georgia', serif;
font-size:64px;
font-weight:bold;
line-height:67px;
text-decoration:none;
border-bottom: 5px solid #1b1b1b;
}

a.h1:visited {
color: #1b1b1b;
font-family: 'Bisous', 'Georgia', serif;
font-size:64px;
font-weight:bold;
text-decoration:none;
border-bottom: 5px solid #1b1b1b;
}

a.h1:hover {
color: #1b1b1b;
font-family: 'Bisous', 'Georgia', serif;
font-size:64px;
font-weight:bold;
font-style:normal;
text-decoration:none;
border-bottom: 5px solid #FFFFFF;
}

a.h1:active {
color: #FFFFFF;
font-family: 'Bisous', 'Georgia', serif;
font-size:64px;
font-weight:bold;
text-decoration:none;
border-bottom: 5px solid #FFFFFF;
}