/* Global */
p { margin:0 0 1em 0; }

/* Reusable */
.clear { clear:both; display:block; }
.left { float:left; }
.right { float:right }
.center { text-align:center; }
.align-left { text-align:left; }
.align-right { text-align:right; }

/* Structure */
div#container { text-align:center; margin:4em; }
div#workList { margin:4em 0; }
div.workImage { margin:0 0 4em 0; }

/* Type */
body, h1 { font-family:'Helvetica Neue',Arial,Helvetica,sans-serif; font-size:12px; line-height:20px; }
p#information { }
p#title { font-style:italic; }
p#title, p#materials, p#size { margin:0; }
p#description { margin:1em 0; }
p#home { margin:4em 0; }

/* Links */
a, a:link { color:#000000; text-decoration:underline; }
a:visited { color:#666666; text-decoration:none; }
a:hover, ul#editList a:hover, table#workList td a:hover { color:#666; text-decoration:underline; }
a:active { color:red; }