body{
	padding: 0px;
	margin: 0px;
}

body, td{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

a[href]{
	color: -moz-hyperlinktext !important;		/* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: -moz-anchor-decoration;	/* For Firefox 3, otherwise no underline will be used */
}

p, ul, li,ol{
	margin-top: 0px;
	margin-bottom: 0px;
}

.Bold{
	font-weight: bold;
}

.Title{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}


a.menu {
font-family : verdana, arial;
font-size : 12px;
font-weight : bold;
color : #7F3900;
text-decoration : none;
}
a.menu:hover {
font-family : verdana, arial;
font-size : 12px;
font-weight : bold;
color : #ff3900;
text-decoration : none;
}