﻿<!--
html        {
			margin:0;
			padding:0;
			height:100%;
			border:none;
			}

body        {
            background-color: #FFFFFF;
            color: black;
            margin-left: 20;
            margin-right: 20;  
            margin-top: 10;
            margin-bottom: 10;
            height: 100%; 
            scrollbar-face-color: #FCA9A6;
            scrollbar-arrow-color: white;
            scrollbar-track-color: #FEE7E7;
            font-weight: 400;
            font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif  MS, Verdana, Arial, Helvetica, sans-serif; 
            }
            
body.splash	{
			margin:0;
			padding:0;
			height:100%;
			border:none;
			}            
            
body.white  {
            background-color: #FFFFFF;
            color: black;
            margin-left: 10;
            margin-right: 10;  
            margin-top: 10;
            margin-bottom: 10;
            height: 100%; 
            scrollbar-face-color: #EEEEEE;
            scrollbar-arrow-color: white;
            scrollbar-track-color: #EEEEEE;
            }

b, strong    {font-weight: 700;}
td           {font-size: 85%;}

hr           {color: #BD3921; align: center;}

a:active     {text-decoration: underline;color: #076397;}
a:link       {text-decoration: none;color: #076397;}
a:visited    {text-decoration: none;color: #076397;}
a:hover      {text-decoration: underline;color: #076397;background-color: #D2E9DD;}
a.img:hover  {text-decoration: none;color: #076397; background-color: white;}

dt.file      {font-size: 100%;font-weight: normal;margin-top: 0.25cm}
dt.bold      {font-size: 100%;font-weight: bold;margin-top: 0.25cm}
dt.library   {font-size: 120%;font-weight: bold;margin-top: 0.25cm}

th.inverse   {color: white; background-color: #BD3921;}
td.inverse   {color: white; background-color: #BD3921;}
td.padded    {padding: 0.5cm 0.5cm;background-color: #FFFFFF}

pre {font-family: Courier New;}
.key {color: #0000A0;}
.rem {color: #008000; font-style: italic;}
.str {color: #008080;}
.par {color: #076397;}
            
.headline    {font-size: 175%;font-weight: bold;color: white}            
.code        {font-family: Courier New}

.sublink     {font-size: 60%; font-weight: 400;}
.filename    {font-size: 120%; font-weight: 700;}
.function    {font-size: 75%; font-weight: 400;}
.small       {font-size: 80%; font-weight: 400;}
.maximised   {width:100%; height:100%}
	
.navtop              {font-size: 75%; text-decoration: none; color: white;}
.navtop a:active     {font-weight: bold;color: white;}
.navtop a:link       {font-weight: bold;color: white;}
.navtop a:visited    {font-weight: bold;color: white;}
.navtop a:hover      {text-decoration: underline;font-weight: bold;color: yellow;background-color: #BD3921;}

.footer              {font-size: 75%; font-weight: bold;color: white;}
.footer a:active     {text-decoration: underline;color: yellow;}
.footer a:link       {text-decoration: none;color: yellow;}
.footer a:visited    {text-decoration: none;color: yellow;}
.footer a:hover      {text-decoration: underline;color: yellow;background-color: #BD3921;}

.copyright           {font-size: 75%; font-weight: bold;color: white;}
.copyright a:active  {text-decoration: none;color: yellow;}
.copyright a:link    {text-decoration: none;color: yellow;}
.copyright a:visited {text-decoration: none;color: yellow;}
.copyright a:hover   {text-decoration: underline;color: yellow;background-color: #BD3921;}
-->


