/*
	glossary.css

	Glossary.
*/

/* body */

body
{
	font-size : 12pt ;
}

/* heading */

h1
{
	font-size   : 12pt    ;
	font-family : "Arial" ;
	font-weight : bold    ;
	color       : blue    ;
}

h2
{
	font-size   : 12pt    ;
	font-family : "Arial" ;
	font-weight : bold    ;
	color       : black   ;
}

h3
{
	font-size   : 12pt    ;
	font-family : "Arial" ;
	font-weight : normal  ;
	color       : black   ;
}

/* paragraph */

p
{
	margin-top    : 0.5cm ;
	margin-bottom : 0cm   ;
}

p.indent
{
	margin-left : 1cm ;
}

p.syntax
{
	margin-left : 1cm           ;
	font-family : "Courier New" ;
}

/* table */

/* table table */

table.indent
{
	margin-left : 1cm ;
}

/* th table header cell */

th
{
	font-size   : 12pt    ;
	font-family : "Arial" ;
	font-weight : bold    ;
	color       : blue    ;
}

/* td table data cell */

td
{
	font-size   : 12pt              ;
	font-family : "Times New Roman" ;
	font-weight : normal            ;
	color       : black             ;
}

td.tt
{
	font-family : "Courier New" ;
}

td.tt-left
{
	font-family : "Courier New" ;
	text-align  : left          ;
}

td.tt-right
{
	font-family : "Courier New" ;
	text-align  : right         ;
}

/* list */

dl.indent
{
	margin-left : 1cm ;
}

/* div */

div.full-total
{
	border-top          : solid  ;
	border-top-width    : 1px    ;
	border-bottom       : double ;
	border-bottom-width : 3px    ;
}

/* link */

a         { text-decoration : none ; }
a:link    { color           : blue ; }
a:visited { color           : blue ; }
a:active  { color           : red  ; }
