/* This controls the < body > tag */
body {
scrollbar-base-color: #003366;
scrollbar-arrow-color: #EECFA1;
scrollbar-track-color: #EECFA1;

scrollbar-shadow-color: #ffffff;
scrollbar-lightshadow-color: #ffffff; 
scrollbar-darkshadow-color: #000033;

scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #666666;
}

/* This controls the < font > tag */
font {
font-family : arial, sans-serif;
font-size : 12px;
}

/* This controls the < input > tag */
input {
font-family : arial, sans-serif;
font-size : 10px;
border : 1px dotted #000000;
background-color : silver;
}

/* This controls the < textarea > tag */
textarea {
font-family : arial, sans-serif;
font-size : 10px;
border : 1px dotted #000000;
background-color : silver;
}

/* This controls the < select > tag */
select {
font-family : arial, sans-serif;
font-size : 10px;
border : 1px dotted #000000;
background-color : silver;
}

/* This controls the header text [Administration Area] */
.header {
font-family : arial, sans-serif;
font-size : 15px;
font-weight : bold;
}

/* This controls the submit button [Administration Area] */
.submit {
font-family : arial, sans-serif;
font-size : 10px;
background-color : silver;
border : 1px solid;
}

/* This controls the title of news */
.newstitle{
font-family : arial, sans-serif;
font-size : 14px;
font-weight : bold;
}				