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

/* Document text ruleset */

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

/* List element ruleset*/

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

/* Header type 1 ruleset */

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

/* Red H1 element ruleset*/

H1.redtitle{
	font-family: arial, sans-serif;
	font-size: 12pt;
	color: #FF0000;
	margin-bottom: 0;
}

/* White H1 element ruleset*/

H1.whitetitle{
	font-family: arial, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	margin-bottom: 0;
}

/* Header type 2 ruleset */

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

/* Header type 2 ruleset */

H3 {
	font-family: arial, sans-serif;
	font-size: 12pt;
	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;
}

/* Small ruleset */

.small {
	font-size: 9pt;
}

/* Default link ruleset */

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

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

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

A:active { 
		text-decoration: none;
}

/* Pages link ruleset */

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

A.small:visited {
		color: #A38824;
		font-size: 9pt;
		text-decoration: none;
}

A.small:hover { 
		text-decoration: underline;
		font-size: 9pt;
		color: #CEB143;
}

A.small:active { 
		font-size: 9pt;
		text-decoration: none;
}

