/* The file "Owens type template - real.css" provides the original annotations and shows additional specs */
/* Copy and repeat the base sets here to set up styuling for different IDs*/
img {
	border: 0;
	}
/*headings* will apply to all heading tags unless rewritten for specific IDs */
h1 {
	font-size: 2.2em;
	font-weight: normal;
	margin-top: .6em;
	margin-bottom: 0em;
	color: #333399;
	}
h2 {
	font-size: 1.6em;
	margin: 0.6em 0em 0.4em 0em;
	font-weight: normal;
	color: #333399;
	}
h3 {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0.2em 0em 0.2em 0em;
	font-weight: 500;
	color: #333399
	}
h4 {
	font-size: 1.0em;
	margin: 0.8em 0em 0.8em 0em;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}

/*body text*/
p {
	font-size: 1em;
	font-weight: lighter;
	line-height: 1.6em;
	margin: 0.8em 0em 0.8em 0em;
	color: #000;
	}
#submenu-content p,a:link {
	color:#FFF;
	font-size: 1em;
	font-weight: bold;
	margin-top: 15px;
	padding:0px;
	}	
li > p {
	margin-top: 0.2em;
	}
a {
	text-decoration: none;
	color: #333399;
	font-weight: bold;
	}
a:link {
	font-weight: 500;
	text-decoration: none;
	margin-top: 0px;
	color: #333399;
	font-weight: bold;
	}
a:visited {
	text-decoration: none;
	color: #333399;
	font-weight: bold;
	}
a:active {
color: #333399;
	}
a.white {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	}
a:link.white {
	font-weight: 500;
	text-decoration: none;
	margin-top: 0px;
	color: #FFF;
	font-weight: bold;
	}
a:visited.white {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	}
a:active.white {
color: #FFF;
	}	
	
	
a:hover {
	text-decoration: underline;
	}
pre {
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
ol, ul, li {
	
	font-size: 1em;
	/*list-style: none;*/
	line-height: 1.6em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
.white {
	color: #FFF;
	font-weight: bold;
}
.red {
	color: #BF2E1A
}
