/* Conversations Within Elsydeon - Default Style Sheet (http://members.iinet.net.au/~chris6/cwe-comics) */

/* Document text ruleset */

P {
	font-family: arial, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
}

/* List text ruleset */

LI {
	font-family: arial, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
}

/* Header type 1 ruleset */

H1 {
	font-family: arial, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
}

/* Cell text ruleset */

TD {
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}

/* Image ruleset */

IMG.picture {
	border-color: #BABAAA;
	border-width: 3;
	border-style: solid;
}

/* Default link ruleset */

A:link {
		color: #FEEEB3;
		font-size: 11pt;
		text-decoration: underline;
}

A:visited {
		color: #FEEEB3;
		font-size: 11pt;
		text-decoration: underline;
}

A:hover {
		color: #FEEEB3;
		font-size: 11pt;
		text-decoration: underline;
}
A:active {
		color: #FEEEB3;
		font-size: 11pt;
		text-decoration: underline;
}

