/* Phantasy Star Pages - Default Style Sheet for PSO sections (www.phantasy-star.net/pso/) */

/* Document text ruleset */

P {
	font-family: arial, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	top-margin= 0;
}

/* Header type 1 ruleset */

H1 {
	font-family: arial, sans-serif;
	font-size: 13pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

/* Small ruleset */

.small {
	font-size: 9pt;
}

/* Header type 2 ruleset */

H2 {
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: white;
}

/* Table header ruleset */

TH {
	font-family: arial, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: white;
}

/* Table Cell ruleset */

TD {
	font-family: arial, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

/* List element ruleset*/

LI {
	font-family: arial, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
}

/* Default link ruleset */

A:link {
		color: #66B8FD;
		font-size: 11pt;
		text-decoration: none;
}

A:visited {
		color: #1985DF;
		text-decoration: none;
}

A:hover { 
		text-decoration: underline;
		color: #66B8FD;
}

A:active { 
		text-decoration: none;
}

/* Pages link ruleset */

A.small:link {
		color: #66B8FD;
		font-size: 9pt;
		text-decoration: none;
		font-family: arial, sans-serif;
}

A.pages:link {
		color: #66B8FD;
		font-size: 11pt;
		text-decoration: none;
		font-family: arial, sans-serif;
}

A.pages:visited {
		color: #1985DF;
		text-decoration: none;
}

A.pages:hover { 
		text-decoration: underline;
		color: #66B8FD;
}

A.pages:active { 
		text-decoration: none;
}