.corruptionhq {
	border: ridge #D96C00;
}
.mainarea {
	border: thick inset #003300;
}
.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.strikethrough {
	text-decoration: line-through;
}

.overline {
	text-decoration: overline;
}

.sized {
	text-size:
}

.quotecodeheader {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}

.codebody {
    background-color: gray;
    font-family: Courier new, courier, mono;
    color: #006600;
    border: 1px solid black;
}

.quotebody {
    background-color: gray;
    font-family: Courier new, courier, mono;
    color: #660002;
    border: 1px solid black;
}

.listbullet {
	list-style-type: disc;
	list-style-position: inside;
}

.listdecimal {
	list-style-type: decimal;
	list-style-position: inside;
}

.listlowerroman {
	list-style-type: lower-roman;
	list-style-position: inside;
}

.listupperroman {
	list-style-type: upper-roman;
	list-style-position: inside;
}

.listloweralpha {
	list-style-type: lower-alpha;
	list-style-position: inside;
}

.listupperalpha {
	list-style-type: upper-alpha;
	list-style-position: inside;
}
a {
	text-decoration: none;
}
INPUT, TEXTAREA, OPTION {
background: black;
color: white;
}
body {
scrollbar-base-color: #800000;
scrollbar-arrow-color: black;
scrollbar-track-color: #400000;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black; 
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: darkgray;
scrollbar-3dlight-color: black;
}
.orangeletters {
	color: orange;
}
