/*********************
 ** Reset elements. **
 *********************/
* {
	margin: 0;
	padding: 0;
	font-family: "Palatino Linotype", "Book Antiqua3", Palatino6, serif, Georgia;
}
html {
	overflow-y: scroll;
	font-size: 12px;
}
body {
	background-color: white;
}

input, textarea, select, table {
	font-family: inherit;
	font-size: 1em;
	font-weight: inherit;
}
img {
	border: 0;
}

/********************
 ** Basic styling. **
 ********************/
a {
	color: #ae208e;
	text-decoration: none;
	font-size: 0.9em;
}
a:hover {
	text-decoration: underline;
}

input.text, input.button, select {
	border: 1px solid rgb(209, 210, 212);
}
input.button {
	padding: 1px .25em;
	width: 0;
	overflow: visible;
	color: white;
	background-color: rgb(109, 111, 113);
}
input.button[class] {
	width: auto;
}
h1, h2, h3, h4, h5, h6 {
	color: #ae208e;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.20em;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 { font-size: 1.15em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.05em; }
h5 { font-size: 1em; }
h6 { font-size: 0.9em; }

