﻿body {
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 1.0em;
   color:navy;
   background-image: url('MathHelpBackground.jpg');
}

A:link {
   color:#006666;
   }

A:visited {
   color:purple;
   }

A:active {
   color:red;
   }

A:hover {
   color: #ff0066;
   background: #77dd88; 
   }

h1 {
   color: #cc0000;
   background: transparent;
   font-size: 1.6em; 
   font-weight: bold;
   }

h2 {
   color: #cc2200;
   background: transparent;
   font-size: 1.4em;
   font-weight: bold;
   }

h3 {
   color: #cc6600;  
   background: transparent;
   font-size: 1.25em;
   font-weight:bold;
   }

h4 {
   color:navy;  
   background: transparent;
   font-size: 1.1em; 
   font-weight:bold;
   }

hr {
   border: 0.1em #00aa66 outset;
   height: 0.2em;
   width: 67%; 
   }

.BoldHr {
   border: 0.25em #00aa66 outset;
   height: 0.5em;
   width: 67%; 
   }

small {
   font-size: 0.8em;
}

big {
   font-size: 1.25em;
}

table {
   font-size:1.0em;
}

.BoldTable {
	empty-cells: show;
	border: 0.6em #00aa66 outset;
}

.StdTable {
	border: 0.15em solid #226622;
}
