body {
	font-family: "DejaVu Sans", Verdana, Arial, sans-serif;
}

/* Main page text style */

body.MAIN {
	font-size: 10pt;
}

/* Entity page text style */

body.ENTITY {
	font-size: 8pt;
}

/* Title style */

font.TITLE {
	font-size: 14pt;
}

/* Field style */

font.FIELD {
	color: #0033CC;		# Blue
}

/* References table */

table.REF {
	font-family: "DejaVu Sans", Verdana, Arial, sans-serif;
	font-size: 8pt;
}

/* General link style */

a:link {
	text-decoration: none;
}

a:hover {
	border-bottom: thin;
	border-bottom-style: dashed;
}

a:visited {
	text-decoration: none;
}

/* Standard link */

a.STD_LINK:link {
	color: #3366FF;		# Blue
}

a.STD_LINK:hover {
	color: #3C5FB3;		# Dark blue
}

a.STD_LINK:visited {
	color: #3C5FB3;		# Dark blue
}

/* Resource link */

a.RES_LINK:link {
	color: #666666;		# Grey
}

a.RES_LINK:hover {
	color: #3366FF;		# Blue
}

a.RES_LINK:visited {
	color: #3C5FB3;		# Dark blue
}

/* Image link */

a.IMG:hover {
	border-bottom: none;	# Do not underline images
}

/* Continent */

a.CNT {
	color: #008000;		# Dark green
}

/* Country */

a.COU {
	color: #32CD32;		# Light green
}

/* Dictionary */

a.DIC {
	color: #4169E1;		# Blue
}

/* E-mail */

a.EML {
	color: #708090;		# Grey
}

/* Geography */

a.GEO {
	color: #A52A2A;		# Brown
}

/* History */

a.HIS {
	color: #00BFFF;		# Light blue
}

/* Organization */

a.ORG {
	color: #9400D3;		# Purple
}

/* Person */

a.PER {
	color: #FF0000;		# Red
}

/* Town */

a.TWN {
	color: #FF9900;		# Orange
}

/* Trademark */

a.TMK {
	color: #FF69B4;		# Pink
}

/* URL */

a.URL {
	color: #708090;		# Grey
}


