@charset "iso-8859-1";

/* all styling was changed for the 1st qtr 2005 specpress to fit with new 
layout and color scheme for masterformat 2004.  new additions will probably
need to be made for future issues of specpress. */


body {
	font-family: "Times New Roman", serif;
	background-color: white;
	margin: 2em;
}

/* article titles */
h1	{
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-size: 2em;
}


/* toc page issue number, etc. */
h2 {
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	font-weight: normal;
	letter-spacing: .5em;
	font-size: 1em;
	text-align: center;
}

/* "inside this issue" text */
h3	{
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	font-size: 1.25em;
	font-weight: normal;
}

/* author's name under article title */
h4 {
	margin-top: -1em;
	padding-top: 0;
	font-weight: normal;
	font-style: italic;
}

/* in-article titles */
h5	{
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	font-size: 1.15em;
	font-weight: normal;
	text-transform: uppercase;
}

/* miscellany page headlines */
h6 {
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	font-size: 1.25em;
	text-transform: uppercase;
	border-bottom: 1px solid #cc0000;
	width: 100%;
	font-weight: normal;
	margin-top: 3em;
}


table {
	margin: 0 2em 0 2em;
}

#toc {
	border-right: 2px solid #cc0000;
}
		
a:link {
	text-decoration: none;
	color: #0000cc;
}

a:visited {
	text-decoration: none;
	color: #0000cc;
}

a:hover {
	text-decoration: underline; 
	color: #cc0000;
}

a:active {
	text-decoration: none;
	color: #0000cc;
}


li {
	margin-top: .5em;
	margin-left: 1em;
	list-style-image: url('../image/sp_bullet.gif');
}

#misc {
	margin-top: 1.5em;
}

#about {
	font-size: .75em;
}

hr {
	color: black;
}