/*
This is the main style sheet for my page.  It allows me to make a custom theme that I can apply to all of my pages.  Each page simply contains a link to this file.
*/

body{	font-size: 12pt;
	font-family: "Century Gothic", "Comic Sans MS", "Tahoma", "Arial";
	color: 3344BB;
	background: url(bg.jpg);
	margin-left: 16pt;
	margin-right: 18pt;
	margin-top: 18pt;
	margin-bottom: 14pt;
        scrollbar-3d-light-color : 3399cc;
        scrollbar-arrow-color : #CCDDFF;
        scrollbar-base-color : #CCDDFF;
        scrollbar-dark-shadow-color : #CCDDFF;
        scrollbar-face-color : 3399cc;
        scrollbar-highlight-color : #CCDDFF;
        scrollbar-shadow-color : #CCDDFF;}

a:link{color: blue;}
a:visited{color: #000066;}
a:active{color: #333399; background-color:#99CCFF;}
a:hover{color: #3366BB; background-color: #CCDDFF;}

/*
This is a style to use at the bottom of the page
*/
div.bottom{font-size: 9pt;
	line-height: 12pt;
	text-align: center;}

td{	font-size: 12pt;
	font-family: "Century Gothic", "Comic Sans MS", "Tahoma", "Arial";
	color: 3344BB;
	text-align: center;
	background: FFFFDD;
	margin-left: 16pt;
	margin-right: 18pt;
	margin-top: 18pt;
	margin-bottom: 14pt;}