
/*
html
body
p
h1,h2,h3,...
li/ui
td,tr
img
a: href

(?)
.clear

*/


html	{
	background-color: #ccffff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

body	{
	margin: 0 auto;
	width: 900px;
	margin-bottom: 20px;
	background-color: #ffffdd;
	padding: 20px;
	font-size: 15px;
	line-height: 21px;
}

h1	{
	font-size: 32px;
	line-height: 33px;
}
h2	{
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 10px 0;
}
h3	{
	font-size: 20px;
	line-height: 27px;
	margin: 0 0 10px 0;
}

tr,th,td
{
	width:auto;
	height:auto;
	background-color:transparent;
	vertical-align:inherit;
	border:none;
}

img
{
	border:none;
	/*margin-left: auto;
	margin-right: auto;*/
	margin:0;
}

table.image {
	margin: 0 auto;
	text-align: center;
	border-spacing: 30px 10px;
}

li a	{
	display: block;
	width: 300px;
	margin: 0 auto;
}
li a:last-child	{
	margin:  0 0 0 15px;
}
li a:first-child{
	margin:  0 auto;
}
ul li a:link, ul li a:visited, ul li a:active{
	color: #eeeeee;
	text-decoration: underline;
}
ul li a:hover	{
	text-decoration: none;
}

















