html, body {
font-family: "Courier";
background: #99cf17;
color: black;
}
h1 {
margin: 0px;
font-size: 23px;
color: #6B9110;
}
#vforklogo, #vforklogo_on {
width: 172px;
height: 64px;
background: url(http://vfork.org/v1/images/vforklogog.gif);
float: left;
margin-left: 10px;
}
#vforklogo_on {
background: url(http://vfork.org/v1/images/vforklogog2.gif);
}
#column {
margin: 0px auto 0px auto;
width: 800px;
}
#quote {
margin-top: 20px;
padding: 20px;
border-top: 5px solid white;
border-bottom: 5px solid white;
clear: both;
}
#style_toggle {
margin-top: 20px;
margin-right: 10px;
float: right;
display: inline;
width: 58px;
font-size: 12px;
text-align: center;
}
#brownblock {
height: 25px;
width: 25px;
background: #7d4126;
float: left;
border: 2px solid white;
}
#greenblock {
height: 25px;
width: 25px;
background: #99cf17;
float: right;
border: 2px solid white;
}
#project_box {
text-align: center;
padding-bottom: 15px;
}
#footer {
padding-top: 10px;
text-align: center;
}
.img_box {
float: left;
margin: 0px 10px 0px 0px;
}
.item_box {
border-bottom: 2px dashed white;
padding-bottom: 10px;
margin-bottom: 10px;
}