body {
color: #000000;
background-image:url(easy.gif);
/* background was taken from http://www.flashyprofile.com/backgrounds/artistic/artistic_backgrounds_05.gif */

font-family: "Comic Sans MS", "Hobo STD" cooper, "Cooper STD", "Cooper Black";
font-style: bold;
font-size: 1.1em;
margin: 50px 50px 10px 50px;

}

h1{
color: #005E5A;
border: 8px double blue;
font-family: banco, tahoma, raavi, stencil, "Stencil STD";
font-size: 2.5em;
background-color: #FFFDED;
}
h2{
font-size: 2.1em; bold;
}

p.smallertxt {
font-family:"OCR A&B", arial, "Arial Black", asphalt,"OCR A&B"; 
font-size: 2em;
}

p{

}


ul{
list-style-type:none;
background-color: white;
border: 3px solid blue;
}

li{
clear:left;


}

ul.project {
font-family: "Arnold Boecklin","Bundersbahn PI","Hobo STD", arial, "Arial Black"; 
clear:left;
}

ul.project li {
display: inline;
float: left;
clear: none;
list-style-type: none;
width: 7em;
padding: 2px 2px 2px 2px;
margin-bottom: .3em;
border-left: .6em solid yellow;
background-color:yellow;
font-size: 1em;
border: 4px solid black;


}

ul a {
text-decoration: none;

}

/* need to figure out how to border everything */
li a:hover {
background-color: white;
}

