a {text-decoration: none;	color: green;}
a:link {text-decoration: none; color: green;}
a:visited {text-decoration: none;}
a:hover {color: orange; text-decoration: underline;}
a:active {text-decoration: none;}
body { 
	background-color: #FFF;
	background-image: url("images/background.jpg");
	background-repeat: no-repeat;
	margin: 0px; 
	margin-left: 0px;
  font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	font-weight: bold;}
table { 
  font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	font-weight: bold;}
#leftside	{
	position: absolute;
	top: 100px;
	left: 5px;
	width: 200px;
	height: 100%;
	background-image:  url("#");
	background-repeat: no-repeat;
	margin: 0px;}
#rightside	{
	position: absolute;
	top: 110px;
	left: 120px;
	width: 550px;
	height: 100%;
	background-image:  url("#");
	background-repeat: no-repeat;
	margin: 5px;}
h2 { 
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: green;
	font-weight: bold;}
h3 {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: orange;
	font-weight: bold;}
h4 {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: blue;
	font-weight: bold;}
	
#menu {color: white; text-decoration: none; font-size: 12px;}
#menu a {color: purple;}
#menu a:hover {color: green;	text-decoration: underline;}