/* Adapted from Font Squirrel (http://www.fontsquirrel.com) output. */
@font-face {
	font-family: 'GoudyBookletter1911Regular';
	src: url('GoudyBookletter1911.otf') format("opentype");
	src: url('GoudyBookletter1911.eot');
	src: local('Goudy Bookletter 1911'), local('GoudyBookletter1911'), url('GoudyBookletter1911.ttf') format('truetype');
}

h1, h2, h3 { 
  font-family: "GoudyBookletter1911Regular", Calibri, Verdana, serif;
  font-weight: 900;
  /* letter-spacing: 1px; */
}

h2 { font-size: 250%; margin-top: 0px }
h3 { font-size: large; }
 
body { 
  font-family: Calibri, Verdana, serif;
}
 
body { background-image:url(gradient.png); background-repeat:no-repeat }
div#projects { font-size: smaller; margin: 0px 5px; width: 170px ; float : left;}
#projects ul { list-style: inside;}
#projects li { margin-left: -40px; padding-bottom: 0.5em; }
#projects h2, h3 { font-style: italic; }

