/* Style sheet for Creative Chemistry 24 August 2003 N. Saunders */
/* Main link colours */

a:link {
	background-color : transparent;
	color : #0000FF;
	text-decoration : none;
}

a:visited {
	background-color : transparent;
	color : #800080;
	text-decoration : none;
}

a:hover {
	background-color : #000000;
	color : #FFFF00;
}

a:active {
	background-color : transparent;
	color : #FF0000;
}

/* Extra links for paths */
a.path{
	background-color : transparent;
	color : #FFFF00;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
}

a.path:visited{
	background-color : transparent;
	color : #FFFF00;
}

a.path:hover{
	background-color : transparent;
	color : #FFFFFF;
}

a.path:active{
	background-color : transparent;
	color : #FFFFFF;
}

/* Main document colours */
body {
	margin-top : 0px;
	margin-left : 0px;
	margin : 0px;
	background-color : #FFFFFF;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Headers */
h1 {
	background-color : transparent;
	color : #00008B;
	font-size : 20px;
}

h2 {
	background-color : transparent;
	color : #008000;
	font-size : 18px;
}

h3 {
	background-color : transparent;
	color : #00008B;
	font-size : 18px;
}

h4 {
	background-color : transparent;
	color : #008000;
	font-size : 16px;
}

h5 {
	background-color : transparent;
	color : #000000;
	font-size : 10px;
	font-weight : lighter;
}

li{
	background-color : transparent;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 150%;
	list-style-type : disc;
}

p{
	background-color : transparent;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 135%;
}

p.message{
	background-color : transparent;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-align : center;
}
