body {
	color:             black;
	background-color:  white;
	/*font-family:       "Trebuchet MS", Arial, helvetica, sans-serif;*/
	text-align:        center;
	margin:            0px;
	background-image:  url("images/chalk.gif");
	background-repeat: repeat-y;
}

#content {
	background-image: url("images/gsdlhead.gif");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:  88px;
	width:        537px;
	position:     relative;
	text-align:   left;
	margin-left:  auto;
	margin-right: auto;
	margin-top:   10px;
}


.error {
        color: red;
        font-weight: bold;
}

.details {
        font-size: small;
}

table, thead {
        border: 1pt solid black;
}

thead {
        background-color: gray;
}

a:link {
	color: #006666;
}

a:active {
	color: #cc9900;
}

a:visited {
	color: #666633;
}
