/*******************************/
/**** Site-specific classes ****/
/*******************************/

.errorlist { color: #ff0000; }
.captcha input[ type = "text" ] { width: 40px; }

h1 { margin-top: 40px; margin-left: 100px; color: #c88370; }

h3 { text-align: center; margin-bottom: 16px; color: #377c8f; }

h4 { margin-bottom: 16px; color: #c88370; }

hr { border-color: #377c8f; }

a { color: #377c8f; }
a:visited { color: #377c8f; }
a:hover, a:focus { color: #c88370; }

ul { list-style: square; margin-left: 30px; margin-bottom: 20px; }

dl dt { font-weight: bold; text-decoration: underline; }
dl dd { margin: 0; padding: 0 0 0.5em 0; }
