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

	Licensed under GPL and MIT.
*/

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

body {
	font: 12pt/1.66 Verdana, Helvetica, Arial, FreeSans, sans-serif;
}

p, li { font-size: 110%; }

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

a, a:visited {
	border-bottom: 2px dotted #0060ff;
	padding: .2em 0;
	color: white;
	text-decoration: none;
}

a:hover { border-bottom: 2px dotted #47f700; }

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

h1, h2, h3 { font-weight: normal; }

h1 {
	font-size: 250%;
}

h2 {
	font-size: 200%;
}

h3 {
	font-size: 200%;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
