A:link {
	text-decoration: none;
	color: #0000FF;
	font-size: 20px;
}
A:visited {
	text-decoration: none;
	color: #000066;
	font-size: 20px;
}
A:hover	{
	text-decoration: underline;
	color: #0099FF
	font-size: 25px;
}
A:active {
	text-decoration: none;
	color: #0000FF;
	font-size: 25px;
}
body {
	background-image: url(../img/background_cart212.jpg);
	background-attachment: fixed;
	background-repeat:repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {text-decoration:underline
	font-family: Arial;
	font-size: 50px;
	color: #000000;
}
h2 {
	font-family: Arial;
	font-size: 20px;
	color: #000000;
}
p {
	font-family: Arial;
	font-size: 25px;
	color: #000000;
}
div.container {
	width:300px;
	height:400px;
}
div.title {
	width:800px;
	height:100px;
	align:center;
}
div.menu {
	width:100px;
	height:500px;
position:absolute; 
	top:100px;
	left:70px;
}
div.content {
	width:600px;
	height:500px;
position:absolute;	
	top:100px;
	left:200px;
}
div.footer {
	width:600px;
	height:600px;
}
