body {
    padding-top: 60px;
    font-family: "Lucida Grande",
               "Lucida Sans Unicode",
               "Lucida Sans",
               sans-serif;
    margin-left: 30px;
}

.heading_name {
font-weight: bold;
font-size: 22pt;
margin-bottom: 20px;
}

.headings {
font-weight: bold;
}

body a {
    text-decoration:  none; 	
    border-bottom: 1px dotted; 
    color:black;
}

body a:hover{
    text-decoration:  none; 	
    border-bottom: 1px dotted; 
    color:black; 
    background-color: #f9f2eb; #rose changed this 
}

#projectname    {font-style:bold;}

.dotbar { border-top: 1px dotted; margin-top:30px}


#ital {
font-style:italic;
}

#bolder {
font-weight: bold;
}

#more_space {
 line-height: 160%;
}

#med {
font-weight: 700;
}

.nav a{
#font-family: "nimbus-sans", sans-serif;
font-weight: bold;
font-size: 120%;
text-decoration:  none; 	
border-bottom: 0px;
text-transform:uppercase;
}

.nav a:hover{
    font-family: "nimbus-sans", sans-serif;
    text-decoration:  none; 	
    border-bottom: 0px;
}


a.anchor{
display: block; 
position: relative; 
top: -70px; 
visibility: hidden;
}

img {
    float: right;
    margin: 0 0 15px 15px;
}

.element {
  shape-outside: circle(50%); #url("rustbelt_files/rustbelt-icon.png");
  shape-image-threshold: 0.5;
#  float: right;
}