html {
    height:			100%;
    }
body {
    color:			Black;
    height:			90%;
    position:			relative;
    background:			#e0e0e0;
    margin-top:			45px;
    background-image:		url(images/tux_44x55.png);
    background-repeat:		no-repeat;
    background-position:	100% 0%;
    background-attachment:	fixed;
    }
@media projection {
    body {
      background-image:		url(images/tux_80x100.png);
      }
    }
body, p, td, li {
    font-size:			18pt;
    font-family:		"DejaVu Sans", "Nimbus Sans L", Helvetica,
				"Liberation Sans", sans-serif, sans !important;
    }
code, pre {
    color:			#040420;
    font-size:			11pt;
    font-family:		"DejaVu Sans Mono", "Misc Fixed",
				"Lucida Console", "Letter Gothic BT12",
				mono !important;
    text-align:			left;
    }
pre {
    padding-left:		80px;
    }

a:link {
    color:			Blue;
    }
a:visited {
    color:			#0060ff;
    }
a:active {
    color:			Maroon;
    }
a.navF {
    color:			black;
    text-decoration:		none;
    }

h1 {
    text-align:			center;
    font-size:			24pt;
    }
h2 {
    text-align:			center;
    font-size:			18pt;
    }
p {
    color:			Navy;
    width:			93%;
    margin:			auto;
    text-align:			justify;
    margin-bottom:		6px;
    }

table {
    width:			93%;
    margin:			auto;
    margin-bottom:		0;
    }
li {
    margin-bottom:		4px;
    }

tr.boxed {
    height:			270px;
    }
td.boxed {
    background:			#f0f0f0;
    width:			50%;
    padding:			10px;
    text-align:			center;
    border-width:		thick;
    border-style:		groove;
    border-color:		Maroon;
    vertical-align:		top;
    }

ul {
    list-style-image:		url(images/Comma.png);
    text-align:			left;
    }
td, li {
    color:			Black;
    }

img {
    float:			left;
    }
embed, object, img {
    margin:			9px;
    border:			0;
    }

.done {
    font-size:			400%;
    text-align:			center;
    }

.method {
    color:			#a00000;
    background:			#f0f0a0;
    }
.odd {
    background:			#e0e0e0;
    }

/* from perltidy -html */
.at { color: #004e8b; font-weight:bold}   /* attribute, option */
.c  { color: #008b00; font-style:italic}  /* comment */
.cm { color: #000000;}                    /* comma */
.co { color: #000000;}                    /* colon */
.h  { color: #cd5555; font-weight:bold;}  /* here-doc-target */
.hh { color: #cd5555; font-style:italic;} /* here-doc-text */
.id { color: #262626;}                    /* identifier */
.i  { color: #4800b8;}                    /* identifier */
.in { color: #008500; font-weight:bold;}  /* invocator */
.j  { color: #00008b; font-weight:bold;}  /* label */
.k  { color: #000000; font-weight:bold;}  /* keyword */
.m  { color: #b40000;}                    /* subroutine */
.mm { color: #8b0000;}                    /* subroutine */
.n  { color: #0000b8;}                    /* numeric */
.p  { color: #260026;}                    /* paren */
.pd { color: #228b22; font-style:italic;} /* pod-text */
.pu { color: #000000;}                    /* punctuation */
.q  { color: #cd8500;}                    /* single quoted */
.qq { color: #8b8b00;}                    /* double quoted */
.s  { color: #000026;}                    /* structure (parens and braces) */
.sc { color: #000000;}                    /* semicolon */
.sr { color: #ff0000;}                    /* regex */
.v  { color: #b452cd;}                    /* v-string */
.w  { color: #000000;}                    /* bareword */

.prompt {
    color:			#a0a080;
    }
.cmd {
    color:			Black;
    font-weight:		bold;
    }
.attention {
    color:			Maroon;
    background:			#ffffc0;
    font-weight:		bold;
    }
.erase {
    color:			#000000;
    background:			#f0f0d0;
    text-decoration:		line-through;
    }
.update {
    text-align:			center;
    font-size:			60%;
    }
.script {
    padding-left:		5px;
    }
.code_ex {
    font-size:			18pt;
    text-align:			center;
    padding-left:		0px;
    }
.huge {
    font-size:			48pt;
    }
.bigger {
    font-size:			18pt;
    }
.smaller {
    font-size:			70%;
    }
.fixed {
    color:			#00a000;
    }
.warn {
    color:			#a0a000;
    }
.broken {
    color:			#a00000;
    }
.rt {
    color:			#0000a0;
    }
.time {
    font-family:		"DejaVu Sans Mono", "Misc Fixed",
				"Lucida Console", "Letter Gothic BT12",
				mono !important;
    text-align:			right;
    }
.perl5 {
    background:			#d0f0d0;
    }
.raku, .perl6 {
    background:			#f0f0d0;
    }
.perlito {
    background:			#d0f0f0;
    }

.browse {
    text-align:			left;
    }

.start {
    height:			95%;
    width:			95%;
    position:			relative;
    background:			#e0e0e0;
    margin-top:			45px;
    background-image:		url(images/csv56.gif);
    background-repeat:		no-repeat;
    background-position:	50% 50%;
    background-attachment:	fixed;
    }
