/* Table of contents
	
	1. Global
	2. Things to hide
	3. Things to style
	4. Links
-------------------------------------------------- */


/* 1. Global
-------------------------------------------------- */



/* 2. Things to hide
-------------------------------------------------- */
#header, #footer {
    display: none;
}

.crud {
    display: none;
}

.buttons {
    display: none;
}

.order {
    clear: both;
}

h3, h4 {
    padding-top: 20px;
    clear: both;
}

dl {
    width: 800px;
}

dt, dd {
    float: left;
    width: 300px;
}



/* 3. Things to style
-------------------------------------------------- */


/* 4. Links
-------------------------------------------------- */

a:link, 
a:visited {
   color: #000 ;
   text-decoration: underline;
}
