@import url('layout.css'); 
@import url('content.css');
@import url('menu.css');


* {
  font-family: Tahoma, Helvetica, Arial, sans-serif;
}

a {
 color: #ccc;
 text-decoration: none;
}

a:hover {
  text-decoration: underline;  
} 

a img {
	border:0px;
}
       
body {
  margin: 0;
  padding: 0;
}

html,
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #000 url('/images/bg-body.jpg') repeat-x;
}

span.warning {
	background-color:white;
	color:red;
	font-weight:bold;
	margin-top:4px;
	padding:4px;
	width:90%;
}
