@import url('layout.css');
@import url('ads.css');

* {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
}

body {
	margin: 0;

	font-size: 12px;

	color: #000;
	background: #fff;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0;
	padding: 0;
}

.c {
	text-align: center;
}

img {
	border: none;
}
