/* @override 
	http://oo43.local/css/style.css
*/
@font-face { font-family: Quicksand; font-weight: normal; src: url('/res/Quicksand_Book.otf');}


body
{
	margin: 50px 0 0;
	background-color:#09F;
}

p, h1
{
	vertical-align: top;
	font: 14px/1.2em 'Georgia', 'Garamond', 'Times New Roman', Times, serif;
	display: block;
}


h1
{
	font-family: 'Quicksand';
	color: white;
	font-size: 4em;
	margin-top: 0;
	margin-bottom: 0;
}

div
{
	position: relative;
	display: block;
	padding: 0px;
	border: 0px;
	margin: 0px;
	overflow: hidden;
	text-align: center;
}

hidden
{
	display: none;
}


a img, img 
{
	text-decoration: none;
	border-style: none;
}

#welcome_message
{
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  border: 2em solid white;
}

#welcome_message h1{
	margin-top: 10px;
}

a{
	color: white;
}

p#beep
{
	display: block;
	border-bottom: 1px dotted white;
	padding-bottom: 2em;
}

p#website a
{
}