/* General body styles */body { background-color: #191970 !important; /* Midnight Blue */ color: #ffffff !important; font-family: Arial, sans-serif !important;}/* Replies (not OP) */.reply:not(.op), .post.reply { background-color: #2a3b8e !important; /* Lighter midnight blue */ border: 1px solid #444a9e !important; color: #ffffff !important; padding: 8px !important; margin: 6px 0 !important; border-radius: 4px !important;}/* OP posts — no background box */.post.op { background: none !important; border: none !important; padding: 0 !important; margin: 0 0 10px 0 !important; color: #ffffff !important;}/* Links */a, a:visited { color: #87cefa !important; /* Light Sky Blue */}a:hover { color: #ffffff !important; text-decoration: underline !important;}/* Quoted text */.quote { color: #90ee90 !important; /* Light green */}/* Headers */h1, h2, h3, h4, h5 { color: #ffffff !important;}/* Input fields */textarea, input, select { background-color: #1a1a40 !important; color: #ffffff !important; border: 1px solid #444a9e !important;}/* UI areas like nav bars */.navbar, .boardlist, .topbar, .pages, .footer { background-color: #101040 !important; color: #ffffff !important; border-top: 1px solid #444a9e !important;}