/* world properties */

body { color: black; font-family: verdana; }
img { border: none; }
html { height: 100%; }
td { text-align: center; }

/* hyperlink properties */

a:link { color: white; font-family: verdana; }
a:visited { color: white; font-family: verdana; }
a:hover { color: #cccccc; font-family: verdana; }

/* Page Layout and Design */

.contents { width: 800px; height: 100%; } /* This is the table that makes the page */
.header_title { width: 100%; height: 50px; background-color: #333333; text-align: center; } /* First row of table, contains title */
.header_userbar { width: 100%; height: 20px; background-color: #333333; color: white; text-align: right; } /* Second row, contains userbar */
.link_bar { width: 15%; background-color: #666666; vertical-align: top; text-align: center; } /* Links column on the left */
.page_content { width: 85%; background-color: #666666; vertical-align: top; } /* The centerpiece of the page */

/* style modifications */

.left { text-align: left; }
.right { text-align: right; }
.small { font-size: 15px; }

.edit { color: black; font-size: 15px; }
.del { color: red; font-size: 15px; }

.error { color: red; font-size: 15px; vertical-align: top; }
