

/* @override http://localhost/snowball/style.css */

body
{
	font: 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	background:  url(img/headback.jpg) repeat-x;
}
a
{
	text-decoration: none;
	color: #5a96ff;
}
a:hover
{
	color: #00326a;
}
img{border:none}
.document {
	overflow: hidden;
	width: 800px;
	background: white;
	padding: 20px;
}
#header
{
	margin: 0;
	padding: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
	height: 26px;
	font-weight: normal;
	font-style: normal;
	background: url(img/header.jpg) no-repeat;
	color: white;
	min-width: 800px;
}
#header span
{
	font-size: 12px;
	color: #ccc;
}
.archiveButton
{
	display: block;
	width: 100%;
	padding: 10px;
	background-color: #d5d5d5;
	text-align:center;
}
.archiveButton:hover
{
	background-color: #424242;
	color: #fffeff;
}
.archive
{
	display: none;
	visibility: hidden;
}
