/* Copyright 2008 Ed Zivkovic - http://www.webtipspro.com */
/* Can only be used with Ed's eBook and Web Templates */
/* All other uses prohibited */

		
		body { 
			margin: 1em 1em; 
			background: #54548C; 
			}
		a {
			text-decoration: none;
			}
		a:link {
			color: #0000FF;
			border-bottom: #0000FF 1px solid;
			}
		a:visited {
			color: #800080;
			border-bottom: #800080 1px solid;
			}
		a:hover {
			color: #FF0000; 
			background: none;
			border-bottom: #54548C 2px dashed;
			}
			
		h1 { 
			font-family: maiandra gd, Tahoma, Helvetica, sans-serif;
			font-size: 3em; 
			color: #000040; 
			line-height: 130%; 
			}
		h2,h3,h4 { 
			font-family: maiandra gd, Tahoma, Helvetica, sans-serif;
			color: #000040; 
			margin: 1.5em 0em;
			}
		table { 
			line-height: 150%; 
			font-family: verdana, Arial, Helvetica, sans-serif; 
			font-size: 80%; 
			}
		.content_container { 
			color: #000000; 
			border: 1px solid #000040; 
			background: #FFFFFF; 
			padding: 20px; 
			}
		.linkbox { 
			color: #7A7ACC;
			font-size: 13px; 
			border: 0px solid #7A7ACC; 
			background: #000040; 
			padding: 5px 5px 8px; 
			font-weight: bold;
			}
		A.nav:link {
			COLOR: #7A7ACC;
			text-decoration: none;
			border-bottom: #7A7ACC 1px solid;
			}
		A.nav:visited {
			COLOR: #7A7ACC;
			text-decoration: none;
			border-bottom: #C0C0C0 0px solid;
			}
		A.nav:hover {
			COLOR: #FFFFFF;
			background: none; 
			border-bottom: #FFFFFF 2px dashed;
			}
		
		.box { 
			color: #FFFFFF; 
			border: 3px dashed #FFFFFF; 
			background: #54548C; 
			padding: 10px; 
			}
			
		A.box_link:link {
			COLOR: #80FFFF;
			text-decoration: none;
			border-bottom: #80FFFF 1px solid;
			}
		A.box_link:visited {
			text-decoration: none;
			COLOR: #80FFFF;
			border-bottom: #C0C0C0 1px solid;
			}
		A.box_link:hover {
			COLOR: #FFFFFF;
			background: none; 
			border-bottom: #FFFFFF 1px solid;
			}
			
		.copyright {
			font-family: verdana, Arial, Helvetica, sans-serif; 
			font-size: 12px;
			color: #808080;
			text-align: center;
			}
		A.copyright:link {
			COLOR: #808080;
			text-decoration: none;
			border-bottom: #0000FF 0px solid;
			}
		A.copyright:visited {
			text-decoration: none;
			COLOR: #800080;
			border-bottom: #C0C0C0 0px solid;
			}
		A.copyright:hover {
			COLOR: #FF0000;
			background: none; 
			border-bottom: #FF0000 0px solid;
			}
			
		.author_credit {
			font-family: verdana, Arial, Helvetica, sans-serif; 
			font-size: 11px;
			color: #808080;
			text-align: right;
			}
		A.author_credit:link {
			COLOR: #808080;
			text-decoration: none;
			border-bottom: #808080 1px solid;
			}
		A.author_credit:visited {
			text-decoration: none;
			COLOR: #808080;
			border-bottom: #808080 1px solid;
			}
		A.author_credit:hover {
			COLOR: #999;
			background: none; 
			border-bottom: #999 1px solid;
			}
			
		.highlight {
			padding: 3px;
			background: #BFBFBF;
			}
			
		.button {
			background: #54548C;
			padding: 0px;
			text-align: center;
			margin: 1em;
			border: 1px solid #C0C0C0;
			}
			
		.menu {
			border: 7px groove #54548C;
			margin: 0em 0em;
			background: #000040;
			}
		input {
			padding: 3px;
			font-weight: bold;
			}
	