/* Stylesheet for my class website for pages without left border graphic - by Denny Davis */

	
/* This adds more space between paragraphs */
p {
  margin-top: 1em;
  margin-bottom: 1em;
}

body 
	{font-family: "Comic Sans ms", "Lucida Casual", sans-serif;
	color: #333366;
	background-color: white;}

p {font-size: 1em;}

.sig {font-family: "Lucida Handwriting", "Script MT Bold", "Apple Chancery", cursive;}

.lge {font-size: 1.4em;}
.lger {font-size: 3em;}

pre {font-family:"Courier New", Courier, monospace;
	font-size:12.0pt;
	margin:0in;
	margin-bottom:.001pt;}
img 
	{border:0;}

/* This sets the size for the denim pocket links */
.lnk
	{width:100;
	height:100;}

/* This sets the size for the class photos */
.cp
	{width:150;
	height:220}

/* This sets font colors for links; changed link from 8C7853 to darker shade and changed visited from 3F4785 to previous link color */
a:link {color: #544831}
a:visited {color: #8C7853}
a:hover {color: #cc0000}
a:active {color: #cc0000}

h4 {font-family: "Comic Sans ms", "Lucida Casual", sans-serif;
	color: "#3F4785";
	font-size: 1em;}

/* These padded classes take the place of blockquotes */
.padded5
	{padding-left:5%;
	padding-right:5%;}

.padded10
	{padding-left:10%;
	padding-right:10%;}

.padded10l
	{padding-left:10%;}

.padded15l
	{padding-left:15%;}

.padded10r
	{padding-right:10%;}

.padded25l
	{padding-left:25%;}

/* This makes text even with the divider graphics (temp changed left from 17 to 12 and 16 to 11 
to see if it works better on a phone - may put it back of lower it more) */
.padded16
	{padding-left:12%;
	padding-right:11%;}

/* This makes white text on a red background */
.invert 
	{color:white; 
	background: #cc0000}

/*Menu Definitions */
.menu {align:center;}
.mnu { padding: .4em 1.5em;}