        body {
        	background-color: #ffffff;
        }

		td {
        	font-family: tahoma;
            font-size:12px;
		}

		.menu {
        	color: #fae5e4;
        	font-weight: bold;
        	font-size:11px;
		}
		.menu:hover {
        	color: #fae5e4;
        	font-weight: bold;
		}

		h1 {
            font-family: tahoma;
            font-size:20px;
		}

		h2 {
            font-family: tahoma;
            font-size:16px;
		}

		a {
        	color: #000000;
		}
		a:hover {
        	color: #a5a5a5;
		}

		.category {
        	font-weight: bold;
		}