/* version control information */
/* $Header: /cvsroot/OpenUT/openut.sourceforge.net/htdocs/styles/openut.css,v 1.1.1.1 2000/04/23 17:06:22 andyp Exp $ */

/* Style sheet for OpenUT pages */

/* links */

A:link, A:visited, A:active {		/* general links */
	background-color: transparent;
	color: #FF8000;
	text-decoration: none;
}	

A:hover {				/* link under pointer */
	background-color: transparent;
	text-decoration: underline;
}

/* body styles */

BODY, TABLE, TD {
	background-color: #FFFFFF;
	color: #4F4F4F;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	margin-left: 1em;
	margin-right: 1em;
}

.small {				/* .small CLASS for small blocks of text */
	background-color: transparent;
	font-size: small;
	margin-left: 2em;
	margin-right: 2em;
}

.indent {				/* .indent CLASS for blocks of text */
	background-color: transparent;
	margin-left: 3em;
	margin-right: 4em;
}

.pre {					/* .pre CLASS for preformatted text */
	background-color: transparent;
	color: #4F4F4F;
	font-family: courier, monospace;
}

.italic {
	background-color: transparent;	/* italic text, used for emphasis */
	color: #4F4F4F;
	font-style: italic;
}

.bold {
	background-color: transparent;	/* bold text, used for small headings */
	color: #C0C0C0;
	font-weight: bold;
}

.date {								/* headings for date lists */
	background-color: transparent;
	color: #FF8000;
	font-style: italic;
}


/* headings */

H1 {					/* Used for page header */
	background-color: transparent;
	color: #4F4F4F;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: x-large;
}

H2 {					/* Used for section and page titles */
	background-color: transparent;
	color: #4F4F4F;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
}

H3 {					/* Used for subheadings */
	background-color: transparent;
	color: #4F4F4F;
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: medium;
}

H4 {
	background-color: transparent;
	color: #4F4F4F;
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: medium;
}

/* list definitions */

DL {
	margin-left: 2em;
	margin-right: 3em;
}

DD {
    padding: 0.5ex;
}

DT.date {				/* definition headings for date lists */
	background-color: transparent;
	color: #FF8000;
	font-style: italic;
}

/* special styles */

CODE {
	background-color: transparent;
	color: #4F4F4F;
	font-family: courier, monospace;
}	
