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

  Licensed under GPL and MIT.
*/

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

body {
  font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

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

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


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

a:hover {
	color:#d61f27;
	text-decoration:underline;
	
}
a:visited {

	color:#009de1;
	text-decoration:none;
	
}
/* `Headings
----------------------------------------------------------------------------------------------------*/
blockquote {
	text-align:center;	
}

.red {
	color: #d61f27;
}

h1 {
  font-size: 30px;
	color:#20ace0;
  font-family: 'verb_blackregular',Tahoma, Geneva, sans-serif;
 text-transform: uppercase;
 	display:inline;
  padding-bottom:0px;
}

h2 {
 	font-size: 20px;
	color:#20ace0;
  	font-family: 'verb_blackregular',Tahoma, Geneva, sans-serif;
}

h3 {
   	font-size: 17px;
	 color:#20ace0;
  font-family: Tahoma, Geneva, sans-serif;
  line-height:100%;
  margin-bottom:0px;
  padding-bottom:0px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

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

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

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