a  {
	text-decoration : none;
}
a:hover  {
	text-decoration : underline;
}

body
{
	background-color: #ffcc99;
	color: #000000;
	padding: 2em;
	font-family : verdana, sans-serif;
}
table  {
	background : white;
	color: black;
	border-collapse: collapse;
	border: 0.3em solid black;
	width: 100%;
}
td {
	padding: 1em;
	border: 1px dotted black;
}
.menu {
	color: white;
	background-color: #ffcc99;
}
.news {
	width: 200px;
}
.main {
	width: auto;
}
p {
	font-size: 0.7em;
}
li {
	font-size: 0.7em;
	list-style-type: circle;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.0em;
	font-weight: normal;

}
h3 {
	font-size: 0.8em;
	font-weight: normal;
}
img {
	border: 0;
}