/* **************************************************************************** *//*	Style sheet for Links by Chris Croome (chris@atomism.demon.co.uk) of 	*//*	webarchitects (http://www.webarchitects.co.uk/)				*//*										*//*	For further information on CSS see these sites:				*//*	http://www.w3.org/Style/						*//*	http://www.css.nu/							*//*	Want answers to your CSS questions? try this usenet group:		*//*	comp.infosystems.www.authoring.stylesheets				*//*										*//*	If you want to check the validity of the style sheet you can use this:  *//*	http://jigsaw.w3.org/css-validator/					*//*										*//* **************************************************************************** *//*	Note the use of an absolute URI for the background image		*//*	This is a workaround for NN using an address relative to the		*//*	.html file rather than the .css file					*//* background: #FFFFFF url("http://localhost/links/pages/background.gif") repeat-y;body {color: #000000;background: #FFFFFF;}/* general table info for index.html */table.nice {font-size: small;	font-weight: normal;	background-color: white; 	border: 1}/* top row formatting for tables in index.html */tr.toprow {background-color: white}tr.toprow A:link {color: blue;	font-weight: normal}tr.toprow A:visited {color: purple;	font-weight: normal}/* header row formatting for tables in index.html  *//* this includes the rows right above the data and *//* right below the data                            */tr.header {background-color: #CCCCCC;	color: black;	font-size: small;	font-weight: normal}/* formating for the row(s) containing stock data *//* in index.html                                  */tr.info {background-color: white;	color: black;	font-size: small;	font-weight: normal}tr.info A:link {color: blue;	font-weight: normal}tr.info A:visited {color: purple;	font-weight: normal}/* formatting for top row of tables in myport.html */tr.dettoprow {font-size: x-small;	font-weight: bold;	color: white;	background-color: #ccccff}/* data row formatting for tables in myport.html *//* there are 2 classes - allows alternating rows *//* of colors to make the table look nicer        */tr.info1 {font-size: x-small;	font-weight: normal;	color: #000000;	background-color: #ffffff}tr.info2 {font-size: x-small;	font-weight: normal;	color: #000000;	background-color: #ffffff}/* formatting for top row of tables in myquotepage.html */tr.headrow {font-size: small;	font-weight: bold;	color: #ffffff;	background-color: #6633FF}/* data row formatting for tables in myquotepage.html *//* there are 2 classes - allows alternating rows of   *//* colors to make the table look nicer                */tr.data1 {font-size: x-small;	font-weight: bold;	color: #000000;	background-color: #ffffff}tr.data2 {font-size: x-small;	font-weight: bold;	color: #000000;	background-color: #ffffff}		<!-- Amend format of the main headlink as link below -->A{    COLOR: black;    FONT-FAMILY: Arial;    FONT-SIZE: 10pt;    FONT-WEIGHT: bold;    TEXT-DECORATION: underline}<!-- Amend format of headline whilst hovering below -->A:hover{    COLOR: black;    FONT-FAMILY: Arial;    FONT-SIZE: 10pt;    FONT-WEIGHT: bold;    TEXT-DECORATION: underline}<!-- Amend format of active headline link below -->/*	Links unvisited links							*/a.link:link {font-size: 12pt; color: #6633FF;font-weight: bold;}/*	Links visited links							*/a.link:visited {font-size: 12pt; color: #6633FF;font-weight: bold;}/*	Links active links (not widely supported)				*/a.link:active {font-size: 12pt; color: #FF6666;font-weight: bold;}/*	Links when hovered over (MSIE only)					*/a.link:hover {font-size: 12pt; color: #FF6666;font-weight: bold;}/*	Unvisited links								*/a:link {font-size: 10pt; color: #6633FF;}/*	Visited links								*/a:visited {/* color: #FFFFFF; */font-size: 10pt; color: #6633FF;}/*	Active links (not widely supported)					*/a:active {font-size: 10pt; color: #FF6666;}/*	Links when hovered over (MSIE only)					*/a:hover {font-size: 10pt; color: #FF6666;}<!-- Amend format of precis below -->H6{    COLOR: black;    FONT-FAMILY: Arial;    FONT-SIZE: 10pt;    FONT-WEIGHT: normal}
