/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: none;
}

a {
color:#000000;
text-decoration:none;
}

input {
font-size: 10px;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
font-family:"Courier New", Courier, monospace;
font-size:20px;
text-transform: uppercase;
font-weight:100;
padding-top: 10px;
padding-bottom:10px;
	}

h2 {
font-family:"Courier New", Courier, monospace;
font-size:18px;
text-transform: uppercase;
font-weight:100;
}

h3 {
font-family:"Courier New", Courier, monospace;
font-size:15px;
text-transform: uppercase;
font-weight:100;
padding-top: 10px;
padding-bottom:10px;
}

h4 {
font-family:"Courier New", Courier, monospace;
font-size:18px;
text-transform: uppercase;
font-weight:100;
color:#666666;
}

h5 {
font-family:"Courier New", Courier, monospace;
font-size:15px;
text-transform: uppercase;
font-weight:100;
color: #333333;
}

h6 {
font-family:"Courier New", Courier, monospace;
font-size:15px;
text-transform: uppercase;
font-weight:100;
color: #999999;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
}

.author {
color:#666666;
}