a:link       { color: red }	/* unvisited links */a:visited    { color: blue }	/* visited links   */a:hover      { font-weight: bold; color: #FF6600}	/* user hovers     */a:active     { color: lime } /* active links  coloue can be kept lime or rgb(0,0,204) */body         { background-color: rgb(204,204,204); color: #000066; font-family:                Verdana, Arial, Helvetica, sans-serif; font-size: 11pt;background-image: url('images/background1.jpg') }table        { border-color: rgb(102,153,255); font-family: Verdana, Arial, Helvetica, sans-serif;                font-size: 11pt}/* The following CSS rule centers the text horizontally in the header cells and present the data with a bold font weight: */TH { text-align: center; font-weight: bold } /* The next rules align the text of the header cells on their baseline and vertically centers the text in each data cell: */TH { vertical-align: baseline }TD { vertical-align: middle }/* The next rules specify that the top row will be surrounded by a 3px solid blue border and each of the other rows will be surrounded by a 1px solid black border: */TABLE   { border-collapse: collapse }TR#row  { border-top: 1px solid black } TR#row1 { border-top: 3px solid blue }/* Finally, the following rule specifies that, when rendered aurally, each row of data is to be spoken as a "Header, Data, Data": */TH { speak-header: once }h1, h2, h3, h4, h5, h6{	font-family: Bookman Old Style, Times New Roman, Times, sans-serif;word-spacing: 0.5em; text-transform: uppercase}h1           { color: #3333CC; font-size: 14pt; letter-spacing: 1pt ;text-shadow: 0.2em 0.2em}h2           { color: #009933; font-size: 12pt; text-shadow: 3px 3px 5px red }h3           { color: #CC3333; font-size: 12pt; text-shadow: 3px 3px red, yellow -3px 3px 2px, 3px -3px }h4           { color: #3300CC; font-size: 12pt }h5	     {color: rgb(0,153,51)}h6           {color: rgb(204,51,51)}/* P:first-letter { font-size: 200%; font-style: italic;font-weight: bold; float: left } */div          { text-align: Center }script       { /safemail.js}