body {
	margin: 0px;
	font-size: 18px;
	color: #ffffff;
	background-color:#CCCC33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.h1 {
	color: #ff7e00;
	font-size: 36px;
	font-weight: bold;
	font-family: verdana;
}

a:link, a:visited {
	text-decoration: underline;
	font-family : verdana;
	color: #FFFFFF;
}
a:hover, a:active {
text-decoration: none;
color: #333333;
}

.thumb {
border-width:1px;
border-color:#CCCCCC;
}

.big {
font-size:24px;
font-weight:bold;
}

.small {
font-size:13px;
}

.button {
font-size:36px;
}

.warning {
font-size:10px;
}