/* reset values for browser consistency, thanks to Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* generics */

body {
	font: 76% Arial, Helvetica, sans-serif;
	color: #444;
	text-align: center;
	background: #f4f4f4;
}

h1 {
	font-weight: normal;
	font-size: 1.8em;
	margin: 0 0 20px;
}

a {
	color: #0068c4;
	text-decoration: none;
}

a:hover {
	color: #00aeef;
}

/* layout */

#container {
	text-align: left;
	width: 660px;
	margin: 0 auto;
}

#uniweb-logo {
	text-align: right;
	padding: 10px 10px 0;
}

#message {
	font-size: 1.1em;
	line-height: 150%;
	background: #fff;
	padding: 2em;
	margin: 5px 20px 20px;
}

#footer {
	text-align: center;
	margin: 0 20px;
}

ol {
	list-style: decimal;
	padding: 10px;
	margin: 0 20px;
}

p {
	margin: 10px 0;
}