@font-face
{
font-family: "Dancing Script Regular";
src: url('Dancing_Script.ttf');
}

@font-face
{
font-family: "Effloresce";
src: url('efflores.ttf');
}


body { font-family: "Linux Libertine O", "Linux Libertine G", "Linux Libertine", serif; }
h1, h2, h3, h4, .stress2 { font-family: "Linux Biolinum O", "Linux Biolinum G", "Linux Biolinum", sans; }
small_menu { font-size: 50%; }

#header h1 { font-size: 300%;
             font-family: "Effloresce";
             margin-bottom: 0ex; }
#header h2 { font-family: "Dancing Script Regular", serif;
             font-weight: normal;
             text-align: right;
             margin-top: 0ex; }
@media screen { 
#header h1 { color: #000060; }
#header h2 { color: #a02020; }
h1 { color: #006000; }
}

.logo { height: 3em; }
.biglogo { height: 6em; }
.logo, .biglogo {  float: left; margin: 1ex; }
.portrait { float: right;
            margin-left: 2ex; }

.project { display: block;
           clear: left;
           margin-left: 2em; }

#projects h2 { clear: left; }

body > div { border-bottom: 1px solid grey; }
#presentation div { margin-left: 2em; }

.stress { color: red; }
.stress2 { color: red; font-size: 150%;  }
