/*
	File Type - Cascading Stylesheet
	Project - EnviroHelp
	Usage - Main HTML tags
	Programmer - Stephen Cleary
	Copyright - 2005 Staffordshire University Faculty of Business & Law
*/


/* Global styles */
/* From Marjorie's "subtxt" class */
body, p, h1, h2, h3, h4, h5, h6, td, ol, ul, ul ul, li, blockquote, blockquote p, caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
/* Additional to Marjorie's class */
	margin-top: 0px;
	margin-bottom: 0px;
}

body {
}
/* End of global styles */


/* Text styles */
strong, b { font-weight: bold; }
em, i { font-style : italic; }
u { text-decoration: none; } /* Disallow text underlining (except for hyperlinks) */
/* End of text styles */


/* List styles */
ol {
	list-style-type: decimal;
}

ul {
	list-style-type: disc;
}
ul ul {
	list-style: circle;
}
/* End of list styles */

		
/* Link styles */		
a {
	font-style: normal;
	text-decoration: underline;
}
a:link {
	color: #333399;
}
a:active {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333399;
}
a:link:hover {
	text-decoration: underline;
}
/* End of Link styles */		
