/* This controls the < body > tag */
body {
background : #d3e0f8;
}

/* This controls the < font > tag */
font {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 10px;
}

/* This controls the < input > tag */
input {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 10px;
border : 1px dotted #000000;
background-color : silver;
}

/* This controls the < textarea > tag */
textarea {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 10px;
border : 1px dotted #000000;
background-color : silver;
}

/* This controls the < select > tag */
select {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 10px;
border : 1px dotted #000000;
background-color : silver;
}

/* This controls the header text [Administration Area] */
.header {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 15px;
font-weight : bold;
}

/* This controls the submit button [Administration Area] */
.submit {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 10px;
background-color : silver;
border : 1px solid;
}

/* This controls the title of news */
.newstitle{
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
}				