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

body {
	font: 14px/1.5em "Trebuchet MS", Helvetica, sans-serif;
}

a:focus {
	outline: none;
}

hr {
	border-color: #D8E5F1;
	border-style: dotted;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

strong, b {
	font-weight: bold;
}

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

h1 {
	font-size: 25px;
	font-weight: normal;
}

h2 {
	font-size: 23px;
	font-weight: normal;
}

h3 {
	font-size: 21px;
	font-weight: normal;
}

h4 {
	font-size: 19px;
	font-weight: normal;
}

h5 {
	font-size: 17px;
	font-weight: normal;
}

h6 {
	font-size: 15px;
	font-weight: normal;
}

/*	links
------------------------------------------------------------------------------- */

a:visited,
a:active,
a:link {
	color: #3E7CBB;
	text-decoration: none;
}

a:hover {
	color: #69C; 
	text-decoration: underline;
}


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

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

blockquote {
	margin-left: 30px;
}

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


/*	Fieldset & Legend
------------------------------------------------------------------------------- */

fieldset {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #DDD;
	background: #F5F5F5;
}

legend {
	padding: 0 0 0 20px;
}

