/** * Basic.css */html {   background-color: #ffffff;   font-family: verdana;   font-size: 12px;   color: #000000;}body, li, ul, p, td, {   font-family: verdana;   font-size: 12px;   backgound-color: #ffffff;}h1 { text-size: 24px };h2 { text-size: 22px };h3 { text-size: 20px };h4 { text-size: 18px };h5 { text-size: 16px };h6 { text-size: 14px };.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;}