/* 
  style sheet for content pages displayed on http://www.ambrose-art.com
  created by Ralph Ambrose - webmaster@executive-e.co.uk 
*/

@import url(base.css);

body { 
	background: #FF9966;
	color: #660066; 
	font-style: normal; 
}

a:link { 
	color: blue; 
	text-decoration: none; 
	background-color: transparent; 
}

a:visited { 
	color: #006600; 
	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: #ff3333;
	margin-top: 0em; 
	margin-bottom: 0em; 
}

h2 { 
	font-size: 1.4em; 
	font-weight: bold;
	color: #ff3333;
	margin-top: 0em; 
	margin-bottom: 0em; 
}

h3 { 
	font-size: 1.2em; 
	font-weight: bold;
	color: #ff3333;
	margin-top: 0em; 
	margin-bottom: 0em; 
}

h4, h5, h6 { 
	font-weight: bold;
	color: #ff3333;
	margin-top: 0em; 
	margin-bottom: 0em; 
}

table {
	border-width: 0;
}

tr.menutop {
	background: #FF3333;
	color: FFFFFF;
	font-weight: bold;
}

tr.menubot {
	background: #FF3333;
	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;
}
