/* @override http://127.0.0.1/~jlm/IBM_MASI/IBM_MASI.css */

html {
	background-color: #95c4fe;
	background: -webkit-linear-gradient(top , #1a80fd, white);
	background: -moz-linear-gradient(top , #1a80fd, white);
	background: -ms-linear-gradient(top , #1a80fd, white));
	background: -o-linear-gradient(top , #1a80fd, white));
	background-attachment: fixed;
}

body {
	max-width: 800px;
	margin: auto;
	padding: 0;
	font: 12px/18px Verdana,sans-serif;
}

a.download {
	background: url(download.png) no-repeat;
	background-position: 0% 65%;
	padding-left: 15px;
	color: #018d11;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	text-align: center;
}
