/*
	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;
	background-color:#000;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

body 
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size:12px;
	color:#FFFFFF;
	
}

a:link, a:visited {
	color: red;
	text-decoration: none
}
a:hover {
	text-decoration: underline;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1{font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;	
	padding: 0;
	color:#CF0C0C;
	 font-size:20px }

h2{ font-size:18px }
h3{ font-size:16px; text-align:center;}
h4, h5{ font-size:14px }

h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;	
	padding: 5px;
	color:#fff;
	font-size:18px;
}



/* `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 {
	margin-bottom: 20px;
}
