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

	Licensed under GPL and MIT.
*/

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

body {
	font: 11px Arial, Helvetica, sans-serif;
	color: #CCCCCC;	
	background: url(../images/chemistry_bg1780x1750.jpg) no-repeat top center;
	background-color: #000000;	
}

a {
	color: #0176b1;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
}
a img {
  border: none;/*remove border for linked images*/
}

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

.greyTxt {
	color: #7A7979;
}
.greyTxt a{
	color: #7A7979;
}
.greyTxt a:hover{
	color: #7A7979;
	text-decoration: underline;
}

.whiteLink {
	color: #CCCCCC;
}
.whiteLink a:link{
	color: #CCCCCC;
}
.whiteLink a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
.whiteLink a:active{
	color: #CCCCCC;
}
.whiteLink a:visited{
	color: #CCCCCC;
}

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

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 12px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 0;
}

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

.chemText {
	font: 12px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-style: normal;
	letter-spacing: normal;
	line-height: 18px;
}