/*                                         *//*      Fullerton Design Style Sheet       *//* *************************************** *//*      Author: Michael Fullerton          *//*      Date 2015 May 11                   *//*      File Name: WebsiteStyleSht.css.htm *//*      Screen Size = 1024px x 768px       *//*      Livespace = 955px x 600px          *//*                                         *//* *************************************** */body {	color: #FFFFFF; /*white */	background: url('images/waybkgnd.gif') repeat; 	border: 1px #FFFFFF dotted; /* white */	width: 1024px; 	height: 644px; }#sentence {    text-indent: 3em;	margin-top:20;	margin-bottom:20;   }/*  ***************Table format Grouping******************  */      /*  The "id" that is the first (main) table body itself     */#main_tbl {	border: 2px ridge #CCCCCC;	height: 600px;	width: 955px;	color:#FFFFFF; /* white */	background-image:url('images/waybkgnd.gif');	table-layout: auto;   }/*  The "id" involves the td (table data) surrounding the logo  */#logo_tbl {   border: 1px solid #CCCCCC;   height: 185px;   width: 120px;   padding: 0px;   margin: 3px;   }/* the id that involves the pull-down logo or icon */#buscard {   height: 185px;   width: 118px;   padding: 1px;   margin: 3px;      }/* the "id" that involves the table border surrounding the links list */#links_tbl {   border: 1px ridge #CCCCCC;   padding: 5px;   margin: 0px;   width: 120px;   height: 340px;   background-image: url('images/waybkgnd.gif');   }/* the "id" that handles the LINKS */#links {   border: 4px solid #000000;   height: 340px;   width: 120px;   float: left;   color: #FFFFFF;   font-size:14px;   display: block;     line-height: 1.375em;   background-color:#444444;   margin: 0px;   padding: 0px;      }#links a.indiv {   display: block;   font-family: Arial, Helvetica, sans-serif;   font-size: 12px;   text-indent: 0em;   margin-left: 10px;   }/* regular link format */a:link {    color: #87CEFA; /* dark blue text */   text-decoration: underline;    text-align: left;   }/* starts out white */a:visited {    color:#87CEFA; /* 87CEFA is a dark blue color */    text-decoration: none;   }a:hover {    color: #000000; /* black text */    text-decoration: underline;    border: 1px solid #666666; /* light grey border */   background-color: #CCCCCC; /* light grey */   }/* shades the block black and colors the text bright green*/a:active {    color:#0000FF; /* goes blue */    text-decoration: none;   }/* link list formatting */  #links a:link {    color: #87CEFA; /* text is light blue */   text-decoration: none;    text-align: left;   }/* starts out black */#links a:visited {    color:#87CEFA; /* 87CEFA is a blue color */    text-decoration: none;   }/*87CEFA is a dark blue color*/#links a:hover {    color: #00FF99; /* bright green */    text-decoration: underline;    border: 1px solid #666666;    background-color: #222222; /* link list rollover background - almost black */   }/* shades the block black and colors the text bright green*/#links a:active {    color:#0000FF; /*goes true blue*/   text-decoration: none;   }/* link list group */#links a:link.newgroup {    color:#0000FF; /*goes true blue*/    text-decoration: none;    text-align: left; border:    0px solid #000000; /*goes black*/   }#links a:visited.newgroup {    color:#0099FF; /* bright green */    text-decoration: none;    border: 0px solid #000000; /* goes black */   }/*87CEFA is a dark blue color*/   #links a:hover.newgroup {    color: #00FF99; /* bright green */   text-decoration: underline;    border: 1px solid #666666; /* light grey */   background-color: #222222; /* dark grey */   }#links a:active.newgroup {    color:#87CEFA;  /* 87CEFA is a dark blue color */   text-decoration: none;    border: 0px solid #000000; /* black */   }/* the class that involves the links list ARTWORK AND COMPANY name */#links a.newgroup {   color: #0000FF; /* blue */   display: block;   font-family: Arial, Helvetica, sans-serif;   font-weight: 900;   line-height: 2em;   text-indent: 0em;       font-size: 14px;    text-align: left;   margin-left: 0px;      }   /* the "id" that involves the links list itself */#box_tbl {   border: 1px ridge #EEEEEE; /* light gray background, thin border */   height: auto;   width: 789px;   color:  #FFFFFF; /* white */   background-image: url('images/waybkgnd.gif');       }/* the "id" that involves the DIV box surrounding the content */#main_div {   overflow: auto;   height: 455px;   width: 790px;      }/* the "id" that involves the XHTML verification tag box */#verify_tbl {      border: 2px ridge #FFFFFF; /* white border */   height: 15px;   width: 120px;   font-size: 12px;   font-family: Arial, Helvetica, sans-serif;   color: #000000; /* black text */   font-weight: 400;     font-style: italic;   text-align: center;    background-color: #888888; /* dark grey background */      }/* the "id" that involves the Robert Fullerton ADDRESS box itself */#add_tbl {      border: 2px ridge #FFFFFF; /* thin, white, border */   height: 15px;   width: 440px;   font-size: 11px;   font-family: Arial, Helvetica, sans-serif;   color: #000000; /* black text*/     font-weight: 400;   font-style: italic;      text-align: center;    background-color: #888888; /* dark grey background */      }/* the "id" that involves the WEBMASTER box */#mail_box {      border: 2px ridge #FFFFFF; /* thin, white, border */   height: 15px;   width: 340px;      font-size: 11px;   font-family: sans-serif;   color:  #000000; /* black */      font-weight: 400;    font-style: italic;   text-align: center;    background-color:  #888888; /* dark grey "webmaster" box background */        }/* Webmaster block link controls */  #mail_box a:link {    color: #C0C0C0; /* black text */   text-decoration: none;    text-align: center;   }/* text starts out black */   #mail_box a:visited {    color: #000000; /* was 0099EE */   /* a light sky blue color- 00BFFF is deepsky blue- 1E90FF is dodger blue- 41690 is Royal blue */   text-decoration: none;   }#mail_box a:hover {    color: #000000; /* was 32FF32 a bright green ff99*/    text-decoration: underline;    border: 0px solid #444444; /* was 666666 dark grey */   background-color: #888888; /* was #222222, is #777777 */   }#mail_box a:active {    color: #000000; /* black */    text-decoration: none;   }/* blue and visited*/#drft_arm {   border: 0px ridge #CCCCCC; /* light grey border */   height: 100px;   width: 786px;   }       /* listed items format *//* use paragraphs in and unordered list format, and id them with "text" */#text {	list-style-position: outside;	list-style-type: none;	text-indent: 3em;	margin: 1em;	font-family: Trebuchet MS;   }/*  ordered group list (1st level group) */ol.gp_1 {   list-style-type: upper-alpha;    font-family: Arial, Helvetica, sans-serif;    font-size: 18px;   line-height: 1.5em;   }/*  ordered group list (2nd level group) */ol.gp_2 {   list-style-type: decimal;    font-family: Arial, Helvetica, sans-serif;    font-size: 14px;   line-height: 1.5em;   }/*  ordered group list (3rd level group) */ol.gp_3 {   list-style-type: disc;    font-family: Arial, Helvetica, sans-serif;    font-size: 12px;   line-height: 1.5em;   }ol.gp_4 {   list-style-type: lower-roman;    font-family: Arial, Helvetica, sans-serif;    font-size: 10px;   line-height: 1.5em;   }div.para {   font-family: "Trebuchet MS";    font-size: 14px;   color: #FFFFFF; /* white */   }   p {   font-family: "Courier New", Courier, monospace;    font-size: 14px;   color: #FFFFFF; /* white */   }first-line#firstp { font-variant: small-caps; }first-letter#firstp { float: left; font-size: 400%; line-height: 0.8;}p_2 {text-indent: 3em;}td.tbl- {   font-family:Arial, Helvetica, sans-serif;   font-weight: lighter;   font-size: 14px;   border: 0px solid #000000;   border-color: #000000;}dl.tbl- {   font-family:Arial, Helvetica, sans-serif;   height:auto;   font-weight: bold;   text-align: left;   font-size: 16px;   list-style-type: circle;   text-indent: 1em;}dt.tbl- {   font-size: 14px;   font-family:Arial, Helvetica, sans-serif;   height:auto;   font-weight: bold;   list-style-type: disc;   text-indent: 2em;}dd.tbl- {   font-size: 12px;   font-family:Arial, Helvetica, sans-serif;   height:auto;   font-weight: 200;   list-style-type: circle;}.tbl-caption {   font-family: Arial, Helvetica, sans-serif;   font-weight: 700;   font-size: 14px;}.tbl- {   font-family: Arial, Helvetica, sans-serif;   font-weight: 400;   border: 0px solid #000000;}/* ************************************* *//* ******* cover page parameters ******* */.apDiv1 {		position: absolute;	color: #000000;	font-family: "Trebuchet MS";	font-size: 24px;	width: 375px; height: 30px;}.apDiv2 {	position: absolute;	color: #000000;	width: 200px;	height: 35px;}.apDiv3 {	position: absolute;	color: #FFFFFF;	font-family: "Trebuchet MS";	font-size: 18px;	width: 500px; height: 30px;	text-indent: 2em;}/* regular link format */a:link.apDiv1 {    color: #FFFFFF; /*  */   text-decoration: underline;    }/* starts out white */   a:visited.apDiv1 {    color:#87CEFA; /* 87CEFA is a dark blue color */    text-decoration: none;   }   a:hover.apDiv1 {    color: #0099FF; /* green text */    text-decoration: underline;    background-color: #CCCCCC; /* light grey */   }/* shades the block black and colors the text bright green*/   a:active.apDiv1 {    color:#000000; /* goes true blue */    text-decoration: none;   }#aniball {    width: 12px;	height: 12px;}