/* 
  style sheet for content pages displayed on http://www.executive-e.co.uk
  created by Ralph Ambrose - webmaster@executive-e.co.uk 
*/

@import url(base.css);

#header { 
	background: #000080;
	color: #ff6600;
	font-weight: bold;
	font-size: 2.5em
}
body { 
	background: #ffffff;
	color: #660000;
	font-style: normal; 
}

a:link { 
	color: blue; 
	text-decoration: none;
	background-color: transparent; 
}

a:visited { 
	color: #660000; 
	text-decoration: none; 
	background-color: transparent;
}

a:hover { 
	color: #ffffff; 
	text-decoration: underline; 
	background-color: #339900;
}

a:active { 
	color: red; 
	text-decoration: underline; 
	background-color: transparent;
}

hr { 
	color: maroon; 
}

em { 
	font-style: italic; 
	font-weight: bold; 
}

h1 { 
	font-size: 1.6em; 
	font-weight: bold;
	color: #ff6600;
	margin-top: 0em; 
	margin-bottom: 0em; 
}

h2 { 
	font-size: 1.4em; 
	font-weight: bold;
	color: #ff6600;
	margin-top: 0em; 
	margin-bottom: 0em; 
}

h3 { 
	font-size: 1.2em; 
	font-weight: bold;
	color: #ff6600;
	margin-top: 0em; 
	margin-bottom: 0em; 
}

h4, h5, h6 { 
	font-weight: bold;
	color: #ff6600;
	margin-top: 0em; 
	margin-bottom: 0em; 
}

table.frame {
	background: #000080;
	border-width: 8px;
	border-color: #000080;
	border-style: double;
}

table {
	border-width: 0;
}

tr.menutop {
	background: #ff6600;
	color: #ffffff;
	font-weight: bold;
}

tr.menubot {
	background: #ff6600;
	color: #ffffff;
	font-weight: bold;
}

th {
	background: #339900;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

td.content {
	background: #ffffff;
	color: #000000;
	text-decoration: none;
}