body {  

        background-color: #0000c0;
        background-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
        color: #ffffff;
        text-align: center;
        scrollbar-face-color:#0000c0;
        scrollbar-highlight-color:#FFFFFF;
        scrollbar-3dlight-color:#6A747A;
        scrollbar-darkshadow-color:#3A444A;
        scrollbar-shadow-color:#808080;
        scrollbar-arrow-color:#f8c301;
        scrollbar-track-color:#D1D3D4;


}

textarea
{
    BORDER-RIGHT: 1pt solid;
    BORDER-TOP: 1pt solid;
    FONT-SIZE: 8pt;
    BORDER-LEFT: 1pt solid;
    COLOR: #f8c301;
    BORDER-BOTTOM: 1pt solid;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Verdana, Helvetica
}

input,textarea {
        background-color: #0000c0;
        color: #f8c301;
}

a:link {
	color: #f8c301;
	text-decoration: underline;
}

a:visited {
	color: #f8c301;
	text-decoration: underline;
}

a:hover {
	color: #f8c301;
	text-decoration: none;
}


ul {
	list-style: square;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 5px;
	padding-left: 2px;
	font-size: 11px;
}

li {
	background: transparent;
	color: #da251e;
}

hr{
        color: #f8c301;
}

