BODY {
	background-image:none;
	background-color: black;
    color: #d0aa08;
    border:0px;
}

A {color:lightgray;}
A:hover {}
A:focus {outline: none; text-decoration: none;}
A IMG{border: none;}

.codeline{
	width:81px;
	height:19px;
	border: 1px solid #938b4c;
}

.baton{
/*	background: transparent;*/
/*    border: 0;*/ 
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor: pointer;
/*	color:white;*/
}

.subject{
    background-color:lightgray;
}
.comment{
     background-color:lightgray;
     width:270px;
     height:140px;   
}
.formnotice{
    font: 12pt 'MS Comic Sans','Arial',sans-serif;
    color: #d0aa08;    
}

