
.close {
	color: white;
	background-color: black;
	font-size: 18px;
	font: bold;
	padding: 10px;

}


.title {
/*	border-bottom: 2px solid black;*/
	color: white;
	background-color: gray;
	font-size: 18px;
	font: small-caps;
}

.actual {
	font-size: 18px;
	font-weight: bold;
	color: gray;
	background-color: white;		
}

.engine 
{
	font-weight: bold;
	color: black;
	background-color: white;
}


.fact 
{
	color: gray;
	background-color: white;
}


a:visited , a:link{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: blue;
}

body {
	background-image: url(mac1.gif);
}