/************************************************************
	base element declarations
************************************************************/

body{
	background: #fff;
	color: #000;
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3,h4,h5,h6{
	font-size: 14px;
}

/* links */

a {
	color: #08c;
}
a:hover {
	color: #444;
	cursor: pointer;
}

abbr,
acronym {
	text-decoration: underline;
}
abbr:hover,
acronym:hover {
	cursor: help;
}

/* standard text tags */

b,
strong {
	font-weight: bold;
}
i,
em {
	font-style: italic;
}

/* forms */

input,
textarea,
select,
.button {

	border: 1px solid #999;
}
/*
	you must give classes to input elements
	to work around limited CSS 2.1/3 support
	in some browsers
*/
input.radio {

}
input.checkbox {

}

label {
	display: block;
	font-weight: bold;
}
.button {
	background-color: #ddd;
	font-weight: bold;
}
.button:hover {
	cursor: pointer;
}
