/*
**
** Style sheet for http://www.mitt-eget.com
**
** 2003-09-11
**
** Copyright 2003 by Göran Larsson. All rights reserved.
**
*/

/*
** Glyphs table.
*/

div.glyphs {
	padding-right: 5mm;
	padding-bottom: 1em;
	padding-left: 10mm;
}

table.glyphs {
	color: black;
	background: white none;
	border-top: medium solid #8080f0;
	border-bottom: medium solid #8080f0;
}

table.glyphs caption {
	font-family: "Helvetica", sans-serif;
	font-size: larger;
	color: black;
	background: white none;
	border-top: medium solid #8080f0;
	margin-bottom: 4px;
}

table.glyphs td.setname {
	color: white;
	background: black none;
	border-top: thin solid #808080;
	border-right: thin solid #808080;
}

table.glyphs td.color {
	font-family: monospace;
	font-size: 10pt;
	line-height: 12pt;
	border-top: thin solid #808080;
	border-right: thin solid #808080;
}

table.glyphs td.glyphs {
	font-family: monospace;
	font-size: 10pt;
	line-height: 12pt;
	border-top: thin solid #808080;
	border-right: thin solid #808080;
}

/*
** Links.
*/

table.glyphs td.setname a:link {
	color: blue;
	background: transparent;
}
table.glyphs td.setname a:visited {
	color: blue;
	background: transparent;
}
table.glyphs td.setname a:hover {
	color: blue;
	background: black none;
}
table.glyphs td.setname a:active {
	color: blue;
	background: black none;
}
table.glyphs td.setname a:focus {
	color: blue;
	background: black none;
}
