/* Stylesheet for the PSN website - by Denny Davis */


/* This positions the background border graphic */
#border 	{position:absolute; left:0;}

/* This leaves a space on the left for the border graphic */
#main  {position:absolute; left:100px;}

/* Fonts */
body  {margin-left:5%; 	margin-right:5%;	
	font-family: "Georgia", Times, "Time New Roman", Textile, serif; }

table {font-size: 1em; }

.sig {font-family: "Lucida Handwriting", "Script MT Bold", "Apple Chancery", cursive;}

.lge {font-size: 1.4em; }
.lgem {font-size: 1.8em; }
.lger {font-size: 2.2em; }

pre {font-family:"Courier New", Courier, monospace;
	font-size:12.0pt;
	margin:0in;
	margin-bottom:.001pt;}

img {border:0;}

/* h1, h2, h3, h4, h5 {color: "#b8860b";  }*/

h1, h2, h3, h4, h5 {color: "#110b87"; }

hr {color: "#110b87";  }

/* List Formats */
ul {list-style-image: url(clipart/psnbul.gif)}
li {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

/* Link Styles other good link colors 000066, 666699 */
/* hover had font-size:1.1em; font-variant:small-caps didn't work right  */
a:link {color: "#110b87";}
a:visited {color: "#bc9ade3";}
a:hover {color:"#110b87"; text-transform:uppercase; font-size:.9em;}
a:active {color: "#110b87";}

