

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

body {
  /*font: 0.8125em/1.5 "Helvetica Neue",Helvetica,Arial,sans-serif;
  color:#333;*/
}

pre,
code {
  /*font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;*/
}

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

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

legend{
	/*font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;*/
}

h1,h2,h3 {
margin-bottom: 10px;
font-weight: 300;
color: #464646;
}

h1{
	font-size: 24px;
}

h2{
	font-size: 21px;
}

h3{
	font-size: 18px;
}


/* `Links 
----------------------------------------------------------------------------------------------------*/

a
{	
	text-decoration: underline;
	color: #eb0000;
}

a:hover,
a:focus
{	
	text-decoration: underline;
}


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

ol {
  /*list-style: decimal;*/
}

ul {
  /*list-style: disc;*/
}

li {
  /*margin-left: 20px;*/
}


