@import "real.css";

body { 
  font-family: 'Myriad Web', Geneva, Arial, Helvetica, sans-serif; 
  color: black;
  background: url("../graphics/back.gif") left repeat-y; 
  margin:	0em;
  padding:	0em;
  width:	100%;
  border-top: 5px solid #ff0000;
}
ul {
  list-style:none;
  margin:0px;
  padding:0px;
}
A:link {
  text-decoration:	none;
  font-weight:	bold;
  color:	#f00;
}	
A:visited {	
  text-decoration:	none;
  font-weight:	bold;
  color:	#f00;
}	
A:active {	
  text-decoration:	none;
  font-weight:	bold;
  color:	#F00;
}	
A:hover {	
  text-decoration:	none;
  color:	#060;
  background:	#Ffc;
}	
.center {
  text-align:center;
}
.content{
  text-align:center;
}
html>body {
	width:100%;
}
html>body .menu {
  width:150px;
}
