/* AnkharaRose.css © Copyright 2006 Anna Urbanski.WWW.ANKHARAROSE.COM.AUVERSION  1.0 Original created by Colin Ramsden on 13 Jan 2006. www.lotechsolutions.comEdit ONLY using only MS Frontpage or Notepad.Do not edit using MS InterDev as it strips out all comments like these. Modified details: 1.0 13Jan06:	Created.*//* MAIN TOPIC STYLES */body /* default paragraph and font style from which all others are derived */	{ 	background: #CCCCCC; /* silver */	color: #000000; /* black */	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 70%;	/* NOTE: The following parameter order is top, right, bottom, left */	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;	width: 100%; 	}p	/* default for all paragraphs */	{	color: #4D4D2B; /* olive green */ 	font-family: Century Gothic; 	font-size: 9pt; 	margin: 10px;	}p.Testimonial	/* use for testimonial signatures */	{	margin-top: -15px;	margin-right: 20px;	text-align: right; 	}p.Copyright	/* use for copyright paragraph */ 	{	color: #FFFFFF; /* white */	font-size: 7pt; 	margin: 0px;	}.Bold /* use in span tags to bold text */	{	font-weight: bold; 	}.OliveGreen /* use to color text */	{	color: #4D4D2B;  /* olive green */	}.PaleOliveGreen /* use to color text */	{	color: #C9DCAF; /* pale olive green */	}/* HEADING STYLES */h1, h2, h3, h4 /* common to all heads */	{	font-family: Verdana, Arial, Helvetica, sans-serif;	margin: 10px 0px 5px 10px;	font-weight: bold;	}h1 /* use for topic titles */	{	color: #FFFFFF; /* white */	font-size: 150%;	font-weight: normal;	margin-top: 0px;	margin-bottom: 1px;	margin-left: 5px;	}h2 /* use for 1st level subheadings */	{	font-size: 120%;	margin-top: 5px;	}	h3 /* use for 2nd level subheading & glossary */	{	font-size: 110%;	}	h4 /* use for 3rd level subheading & See Also & examples & example code heading */	{	font-size: 100%;	}th h1, th h2, th h3, th h4 /* headings within table header cells */	{	margin-left: 0px;	}/* TABLE STYLES */table /* use for standard tables */	{	background-color: #FFFFFF; /* white */ 	cellpadding: 0px;	cellspacing: 0px;	border: 1px solid #CCCCCC; /* Silver */ 	font-size: 100%; /* Text in Table is same size as text outside table */	margin: 0px;	}.ColorGreen /* use to color background for tables and cells */	{	background-color: #C9DCAF; /* pale olive green */	}.ColorSilver /* use to color background for tables and cells */	{	background-color: #CCCCCC; /* silver  */	}table.HiddenBorders /* use for tables with hidden borders */	{	border: 0px solid #FFFFFF; /* White */     border-collapse: collapse; /* forces table borders to meld */	}table.Follower /* use for tables following list intros */	{	margin-top: -10px;	margin-bottom: -10px;	}td	/* use for visible table cells (not hidden borders) */	{	background: #FFFFFF; /* White */	border: 1px solid #CCCCCC; /* Silver */ 	padding: 2px;	text-align: left;	vertical-align: top;	}td.NoBorder /* use for hidden bordered text cells inside borderfree tables */	{	border: 0px solid #FFFFFF; /* White */ 	}	td.Centred /* use for centring text horizontally in table cells */	{	text-align: center;	}	td.Middled /* use for centring text vertically in table cells */	{	vertical-align: middle;	}td.NearTop /* use for positioning text vertically in table cells */	{	padding-top: 150px;	}/* LIST STYLES */ol, ul  /* set default for all element lists */	{	margin: 0px 0px 10px 25px; 	}ul /*  set bullet for lists  */	{	list-style-type: disc; 	color: #4D4D2B;  /* olive green */ 	}li  /* set default for all list items */	{	font-family: Century Gothic; 	font-size: 9pt; 	}/* LINK STYLES */.TopLinks	/* default for header links */	{	color: #4D4D2B; /* olive green */ 	font-family: Century Gothic; 	font-size: 11pt; 	}.BottomLinks	/* default for footer links */	{	color: #4D4D2B; /* olive green */ 	font-family: Century Gothic; 	font-size: 9pt; 	}A:link, A:active, A:visited 	{	font-weight: normal; 	text-decoration: none;	color: #4D4D2B; /* olive green */	}A:hover 	{	font-weight: bold; 	text-decoration: none;	color: #4D4D2B; /* olive green */ 	}/* GRAPHIC STYLES */img  /* set default for all images */	{	border: none; 	}/* End of file */