/* This controls the < body > tag */
body {
background : #000000;
scrollbar-base-color: #C8CDFF;
scrollbar-track-color: #352B21;
scrollbar-face-color: #29221B;
scrollbar-highlight-color: #1B1813;
scrollbar-3dlight-color: #1F1A15;
scrollbar-darkshadow-color: #98AAB1;
scrollbar-shadow-color: #29221B;
scrollbar-arrow-color: #808080;
}

/* This controls the < font > tag */
font {
}

/* This controls the < input > tag */
input {
border : 1px dotted #000000;
background-color : silver;
}

/* This controls the < textarea > tag */
textarea {
border : 1px dotted #000000;
background-color : silver;
}

/* This controls the < select > tag */
select {
border : 1px dotted #000000;
background-color : silver;
}

/* This controls the header text [Administration Area] */
.header {
font-weight : bold;
}

/* This controls the submit button [Administration Area] */
.submit {
background-color : silver;
border : 1px solid;
}

/* This controls the title of news */
.newstitle{
}				