/* CSS Document */
a, p, td, ul, li, h1, h2, h3, h4, h5, h6, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
html {font-size: 90%;}

body {
	padding: 0px;
	margin: 0px;
	background-image: url(assets/grad.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: 720px 0px;
	background-color: #000000;


}
a, p {
	font-size: 1em;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #CC3300;
	text-align: center;


}
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}
h3 {
	font-size: .8em;
	font-weight: bold;
	color: #666666;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #444444;
}
h5 {
	font-size: 90%;
	font-weight: bold;
	color: #2222222;
}
h6 {
	font-size: 80%;
	font-weight: bold;
	color: #1111111;
}
ul {
	list-style-type: disc;

}
td {
	vertical-align: top;

}
sup {
	padding-top: 4px;
}
input, textarea {
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 3px;

}
