/* general style */


html, body, table, tr, td, br {
	font-family: Verdana;
        font-size: 12px;
	}

body {
	background-color: #ffd700;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 0px;
        margin-left: 0px;
	color: #000000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	scrollbar-track-color: #ffd700;
	scrollbar-face-color: #ffd700;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #808080;
	scrollbar-highlight-color: #ffd700;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #000000;
	}

a {
	color: #ff0000;
	text-decoration: underline;
	}

a:hover {
	color: #eeeeee;
        text-decoration: none;
	}