/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	overflow: auto;
}

form {display: inline;}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
	font-weight: normal;
}

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 {
	margin-bottom: 5px; /* default was 20 */
}

.red
	{
		color: red;
		font: 16px arial, helvetica, sans-serif;
		font-weight: bold;
		margin: 0 0 2px 0;
	}
	
a:link { color: black; font-weight: bold;}
	a:visited { color: black;  font-weight: bold;}
	
	a:hover, a:active
	{
		color: #fff;
		font-weight: bold;
		background-color: red;
	}
	
.center
	{
		text-align: center;
	}

.byline1
	{
		color: red;
		font: 16px arial, helvetica, sans-serif;
		font-weight: bold;
		margin: 0 2px 0 0;
		text-align: right;
	}
.byline2
	{
		color: black;
		font: 14px arial, helvetica, sans-serif;
		font-style: italic;		
		margin: 0 2px 0 0;
		text-align: right;
	}

