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

html{
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 62.5%;
	font-size: 1.1em;
	color: #333;
	background-image: url("../images/bkrd.png");
	background-repeat: repeat-x;

}

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

a:hover {
	text-decoration: none;
}

a:visited {

}



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

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

blockquote {
	background-color: #ffffff;
	border: 20px solid #eee;
	padding: 20px;

}

code {
	background-color: #ffffff;
	display: block;
	font-size: 1.2em;
	padding: 20px;
}


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

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.7em;
}

h3 {
	font-size: 2.4em;
}

h4 {
	font-size: 2.1em;
}

h5 {
	font-size: 1.8em;
}

h6 {
	font-size: 1.5em;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 10px;
}
