/* Stylesheet for my poem and quote 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:80px;}

/* Fonts */
body  {margin-left:10%; 	margin-right:20%;
	background-repeat: repeat-y;	
	font-size: 1em;
	font-family: "Comic Sans ms", "Lucida Casual", Textile, Arial, sans-serif; }

table {font-size: 1em; }

.sig {font-family: "Lucida Handwriting", "Script MT Bold", "Apple Chancery", cursive;}

.lgex {font-size: 1.3em; }
.lge {font-size: 1.4em; }
.lges {font-size: 1.5em; }
.lgem {font-size: 1.7em; }
.lger {font-size: 2.1em; }

pre {font-family:"Courier New", Courier, monospace;
	font-size:12.5pt;
	margin:0in;
	margin-bottom:.001pt;}

/* This sets the size for the denim pocket links */
.lnk
	{width:100px;
	height:100px;}

img {border:0;}

/* Default Divider */
hr {color: #3f4785; 
	background-color: #3f4785; 
	width:100%; 
	height: 2px;}

h1, h2, h3, h4, h5 {color: "#3F4785";}

h4 {font-size:1.2em;}
h3 {font-size:1.3em;}
h2 {font-size:1.5em;}


/* List Formats */
ul {list-style-image: url(bullets/mybulsp.gif)}
li {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

/* Alternate Colors; winter-blue; spring-lt green; summer-yellow*/
/* Alternate Colors; winter-blue; spring-lt green; summer-yellow*/
.denim {color:"#3F4785";}
.winter {color:"#3F4785";}
.summer {color:yellow;}
.spring {color:#66ff66;}
.brown {color:#993300}
.green {color:green;}

/* Menu Definitions    possible border color 990000*/
.menu {border: .4em double #3f4785;  align:center;}
.mnu { padding: .4em 1.5em;}

/* Link Styles */
a:link {color: "#3F4785"; font-size:1.1em;}
a:visited {color: "#990000"; font-size:1.1em;}
a:hover {color:"#666699"; font-size:1.1em;}
a:active {color: "#666699"; font-size:1.1em;}

/* iframe styles */
iframe { width: 100%;
  	height: 100%;
   	border: 0;
   	margin: 0;
   	align: left;
     	scrolling: auto;}
