a {
	color: #d75529;
        text-decoration: underline;
}

a:hover {
	background-color: #ffd37c;
}

a:visited {
	text-decoration: none;
}

div.textblock {

font-family:Helvetica, arial, sans-serif;
font-weight: bold; font-size: 80px;
line-height: 1.1;
margin: 0 20px 0;
padding: 60px 0;
letter-spacing: -.04em;
        border:1px solid #dedede;
        border-width:0 0 1px;

}

div.workobject {
        border:1px solid #dedede;
        border-width:0 0 1px;
        margin: 50px 20px 0;
        text-align: center;
        padding: 0 auto;
        position: relative;
}

div.work {
        margin:45px 0;
        padding: 0;
        position: relative;
}

div.workobject .label {
        position:absolute;
        background: #fff;
        -webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
        border-width:1px 0;
        top: 10px;
        left:-10;
        padding: 10px;
        font: 11px Helvetica, Arial, Sans-serif;
        color: #666;
        line-height: 1.2em;
        width: 150px;
        text-align: left;
        opacity: 90%;
}

div.article   {text-align: left; margin: 35px auto; font: 15px/22px Georgia,Serif; width:560px; color:#444;}
p.note         {color: #888888;}
div.content.center {text-align:center; padding:10px auto;}
