#admin a{
	color: #333;
	text-decoration: none;
}
#admin a:hover{
	text-decoration: underline;
	color: #cc0000;
}
#admin {
	margin-left: 2em;
}
#ntitle, #ncontent {
	width: 28em;
}
#newstitle, #formcontent, #linkurl {
	width: 28em;
}
#ntime, #nouttime{
	width: 12em;
}
#time{
	width: 12em;
}
.caution{
	color: #cc0000;
}