* { margin: 0; padding: 0; } 
body { font-family: 'Century Gothic', sans-serif; }

h1 { font-size: 18px; color: #bbb; text-align: right }
h1, h2, h3, h4 { margin: 0.5em 0 1em 0 }

p { margin: 0.5em 0; font-size: 15px }

a { text-decoration: none; color: #999; font-weight: bold }
a:hover { color: black; }

ul { padding-left: 20px }

/* position and styling of the boxes */
body { background: url(assets/background.png) #EEE; }
#wrapper { min-width: 700px; border: 1px solid #CCC;  background: white; padding: 10px; min-height: 600px; margin: 10px }
#topbar { border: dotted #999; border-width: 1px 0; margin: 15px 0; }


/* topbar */
#topbar ul { list-style-type: none; padding-left: 0 }
#topbar li { float: left; margin: 0 12px 0 4px }

/* forms */

table tr:nth-child(2n) { background: white; }