a:link {color: #FFF; text-decoration: none;}
a:visited { color: #FFF; text-decoration: none;}
a:hover { color:#0F0;}

body
{
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #333;
	color: #FFF;
}

.heading1
{
	color:#FFF;
	position: absolute;
	left: 100px;
	top: 155;
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
}

.heading2
{
	color: #FFF;
	position: absolute;
	left: 100px;
	top: 45px;
	font-size:medium;
	font-family: Arial, Helvetica, sans-serif;
}

.heading3
{
	font-size: large;
	color: #FFF;
	text-decoration: underline;	
}

.heading4
{
 	font-size: large;
	color: #FFF;
	position: absolute;
	left: 100px;
	top: 150px;
	text-decoration: none;
}

.heading5
{
	font-size: xx-large;
	color: #FFF;
	position: absolute;
	left:100px;
	top: 100px;
	text-decoration: none;
}

.table
{
	position: absolute;
	left: 100px;
	top: 210px;
	width: 783px;
	color: #FFF;
	text-decoration: underline;
}

.list
{
	position: absolute;
	left: 60px;
	color: #FFF;
	text-decoration: none;
	list-style-type: none;
	width: 693px;
}
