/*                                         *//*      Fullerton Design Style Sheet       *//* *************************************** *//*      Author: Michael Fullerton          *//*      Date 2013 Nov 23                   *//*    File Name: WebsiteStyleSht-1.css.htm *//*      Screen Size = 1024px x 768px       *//*      Livespace = 955px x 600px          *//*                                         *//* *************************************** */body { background: url('images/waybkgnd.gif') repeat; width: 1024px; border: 0px gold dashed; }/* height: 768px;*/table { background: url('images/waybkgnd.gif') repeat; }td.thead, td.tfoot {	background-color: #000000;/*black*/    text-align: left;	width: 1024px;    height: 25px;	color: #FFFAFA; /* snow */	padding: 1px 0px;	margin: 0px 0px;}p.thead, p.tfoot { font-family: Tahoma, Geneva, sans-serif; font-size: 16px; text-align: center; color: FFFAFA; height: 25px; text-align-last: justify;text-transform: capitalize; }p { text-indent: 0em; 	font-style: normal;     font-weight: normal;     text-decoration: none;    text-transform: none; color: #FFFFFF; /* white */ 	font-family: Verdana, Geneva, sans-serif; font-size: 14px;    }li, ol { text-indent: 0em; 	/*font-size: 24px;*/ font-style: normal;     font-weight: normal;     text-decoration: none;    text-transform: none; color: #FFFAFA; /* snow */ 	font-family: /*Verdana, Geneva, sans-serif; */    font-family: Courier; font-size: 18px;}td { border: 1px ridge #6D6D6D; } /* lightgreen *//* regular link format */a:link { color: skyblue; /* skyblue text 87CEEB */ text-decoration: underline; text-align: left; }/* starts out skyblue */a:visited { /*a link the user has visited*/   color: dodgerblue; /* gray (808080) was 87CEFA (lightskyblue) */    text-decoration: none;   }a:hover { /*a link when the user mouses over it*/   color: white; /* blue hover */    text-decoration: underline;    border: 1px solid #FFFF00; /* yellow border */   background-color: #0000FF; /* blue background */   }/* shades the block black and colors the text bright green*/a:active { /*a link the moment it is clicked*/   color: red; /* (cyan) #0000FF */    text-decoration: none;   }/* the "id" that involves the XHTML verification tag box */#verify_tbl {      border: 2px ridge #FFFFFF; /* white border */   height: 25px;   width: 120px;   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; /* darkgrey background */      }/* the "id" that involves the Robert Fullerton ADDRESS box itself */#add_tbl {      border: 2px ridge #FFFFFF; /* thin, white, border */   height: 25px;   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 */      }