﻿html, body, header, footer, aside, div, p, li, ul
{
   font-family: 'Roboto', sans-serif;
   font-size: 1em;
   color: #000000
}

h1 { 
	font-size: 4.5em; 	
	font-family: 'Bungee', cursive;
	color: #30011E;
	}
h2 { 
	font-size: 2.25em; 
	font-family: 'Bungee', cursive;
	color: #FF6666;
	}
h3 { 
	font-size: 2em; 
	font-family: 'Bungee', cursive;
	color: #000000;
	}

a:link, a:visited { color: #FF6666; }

li { list-style-type: none; margin: 0.25em 0; }

body {
	
	background-color: #E8E9F9;
	background-image: url("images/cork-wallet.png");
}



