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

	Licensed under GPL and MIT.
*/

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

body {
	background:#f8f8f5;
	font: 100%/1.8em Georgia, serif;
}

a{
	color: #9e0b0f;
	border-bottom: 1px dotted #9e0b0f;
	text-decoration: none;
}

a:hover{
	color: #ed1c24;
	/*border-bottom: 1px solid #ed1c24;*/
}

a:visited{
	color: #9e0b0f;
	border-bottom: 1px dotted #9e0b0f;

}

a:active{
	color: #ed1c24;
	border-bottom: 1px solid #ed1c24;

}

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

.resetimg a:link, .resetimg a:visited, .resetimg a:hover,  .resetimg a:active {
border: none;
text-decoration: none;
background: none;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

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

h1 {
	font-size: 30pt;
	font-weight: normal;
	letter-spacing: 0.05em;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 105%;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `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;
}