<!-- 
01/01/2018 - added H6
   04/15/2013 - changed FONT SIZE on PRE to 1em.
   01/29/2012 - changed FONT SIZE to a decimal EM size
   10/27/2006 - added .pagenum as red,bold
   09/27/2006 - added margin-left to notes, take out media and type attributes
   08/27/2005 - background image must be in same folder
      file=current/stylesheets.css 
      This file needs to be copied to:
      - x:\current                    and miramar
      - x:\[semester]\cisc186\webct   and WebCT
      - x:\[semester]\cisc190\webct   and WebCT
   
   01/30/2005 - changed H2 margin amt
   01/21/2005 - added done,notdone
   01/07/2005 - standardized for current coursework
   02/09/2004 - media="print"
   08/12/2003 - started
-->
<style>

<!-- Comments -------------------------------------------
  color: aqua,black,blue,fuchsia,gray,green,lime,maroon
         navy,olive,purple,red,silver,teal,white,yellow

  background-color:
  background-image: url(xxx)

  font-size: pt=points, px=pixels,  pc=picas, in=inches
             cm=centimeters, mm=millimeters,
             em=element font size, ex=half size
        
  font-family: helvetica, times, geneva, courier
  font-weight: normal, bold, bolder, lighter | 100-900
  font-style:  normal, italic
  text-decoration: none,underline,line-through,blink
  text-align:  left, right, center, justify
  margin: 1px;   around outside of area
  margintop: marginbottom: margin-left: margin-right:
  padding: 1px;  inside of area
  comment:
  See reference at 21886
-----------------------------------------------------------
-->  

body
{
    BACKGROUND-IMAGE: url(/jcouture/bkgr-0100.jpg);
    COLOR: #000099;    
    FONT-FAMILY: arial;
    FONT-SIZE: 1em;
    comment: Default Color
}

.default
{
    COLOR: #000099;    
    FONT-FAMILY: arial;
    FONT-SIZE: 1em;
    comment: Default Color
}

H1
{
    COLOR: GRAY;
    FONT-FAMILY: arial;
    FONT-SIZE: 1.5em;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    TEXT-ALIGN: center;
    MARGIN: 1px;
    comment: Page Title
}

.H1
{
    COLOR: RED;
    FONT-FAMILY: arial;
    FONT-SIZE: 1.5em;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    TEXT-ALIGN: center;
    MARGIN: 1px;
    comment: Page Title
}

H2
{
    COLOR: GRAY;
    FONT-FAMILY: arial;
    FONT-SIZE: 1.1em;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    MARGIN: 10px;
    comment: Section Headers
}

.H2
{
    COLOR: GRAY;
    FONT-FAMILY: arial;
    FONT-SIZE: 1.1em;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    comment: Needed for the LI tags
}

H3
{
    COLOR: RED;
    FONT-FAMILY: arial;
    FONT-SIZE: 1em;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    MARGIN: 5px;
    comment: Paragraph Headings
}

.H3
{
    COLOR: RED;
    FONT-FAMILY: arial;
    FONT-SIZE: 1em;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    comment: Needed for the LI tags
}

H4
{
    COLOR: GRAY;
    FONT-FAMILY: arial;
    FONT-SIZE: 1em;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    TEXT-ALIGN: center;
    comment: Paragraph Headings
}

H5
{
    COLOR: RED;
    FONT-FAMILY: arial;
    FONT-SIZE: 1em;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    TEXT-ALIGN: left;
    comment: Paragraph Headings
}

H6
{
    COLOR: #000099;    
    FONT-FAMILY: arial;
    FONT-SIZE: 3em;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    TEXT-ALIGN: left;
    comment: Lists
}

.H6
{
    COLOR: RED;    
    FONT-FAMILY: arial;
    FONT-SIZE: 18pt;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    TEXT-ALIGN: left;
    comment: Lists
}

colLec
{
    COLOR: #000099;    
    FONT-FAMILY: arial;
    FONT-SIZE: 1.5em;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    comment: Column Lecture
}

td
{
    COLOR: #000099;   
    FONT-FAMILY: arial;
    FONT-SIZE: .9em;    
    comment: Table Cells
}
td.body_text
{
    COLOR: #000099;   
    FONT-FAMILY: arial;
    FONT-SIZE: .9em;    
    comment: Table Cells
}
th
{
    color:#000099;
    FONT-FAMILY: arial;
    FONT-SIZE: .9em;    
    comment: Table Cells
}

th.071
{
    background: #3366CC;
    color: white;
    font-style: italic;
    comment: Used in WebCT
}
th.186
{
    background: #3366CC;
    color: white;
    font-style: italic;
    comment: Used in WebCT
}

th.190
{
    background: #3366CC;
    color: white;
    font-style: italic;
    comment: Used in WebCT
}

th.banner
{
    background: RED;
    color:white;
    font-style: italic;
    comment: Used in WebCT
}

LI
{
    COLOR: #000099;    
    FONT-FAMILY: arial;
    FONT-SIZE: .9em;
    comment: Lists
}
P
{
    COLOR: #000099;    
    FONT-FAMILY: arial;
    FONT-SIZE: .9em;
    comment: Final Project, Totals, Email
}


PRE
{
    COLOR: BLACK;
    FONT-FAMILY: Courier New;
    FONT-SIZE: .9em;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    comment: source code
}

A
{
    COLOR: #000099;    FONT-FAMILY: arial;
    FONT-SIZE: 1em;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: underline;
    comment: hyperlinks
}
.A
{
    COLOR: #000099;    FONT-FAMILY: arial;
    FONT-SIZE: .9em;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    comment: hyperlinks
}

ADDRESS
{
    COLOR: GRAY;
    FONT-FAMILY: arial;
    FONT-SIZE: .9em;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: italic;
    TEXT-ALIGN: center;
    comment: Used to show date page was updated
}
.ADDR
{
    COLOR: GRAY;
    FONT-FAMILY: arial;
    FONT-SIZE: .9em;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: italic;
    TEXT-ALIGN: center;
    comment: Used to show date page was updated
}

.rlink
{
color:#0000FF;
}


.link
{
color:maroon;
}

.xlink
{
color:silver;
}

.done
{
color:green;
}

.notdone
{
color:red;
}

.files
{
    COLOR: RED;
    FONT-FAMILY: arial;
    FONT-SIZE: 1.4em;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: italic;
    comment: ; 'Used to show the number of files to upload
}

.filename
{
    COLOR: RED;
    FONT-FAMILY: arial;
    FONT-SIZE: 1.1em;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: italic;
    comment: ; 'Used to highlight the file name in a specification
}

.formatted
{
    COLOR: RED;
    FONT-FAMILY: courier new;
    FONT-SIZE: 1.2em;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
    comment: ; 'Used to show URL's etc
}
.pagenum
{
   COLOR:RED;
   FONT-WEIGHT:BOLD;
   Comment: ; 'Used to emphasize page #'s in notes
}

.tdsummary
{
   COLOR:BLACK;
   FONT-WEIGHT:BOLD;
   Comment: ; 'Used to emphasize page #'s in notes
}
.tdparam
{
   COLOR:BLACK;
   FONT-WEIGHT:NORMAL;
   Comment: ; 'Used to emphasize page #'s in notes
}
.tdreturns
{
   COLOR:BLACK;
   FONT-WEIGHT:NORMAL;
   Comment: ; 'Used to emphasize page #'s in notes
}
.tdremarks
{
   COLOR:BLACK;
   FONT-WEIGHT:NORMAL;
   Comment: ; 'Used to emphasize page #'s in notes
}
.tdevent
{
   COLOR:BLACK;
   FONT-WEIGHT:BOLD;
   BACKGROUND: YELLOW;
   Comment: ; 'Used to emphasize page #'s in notes
}
.tdclass
{
   COLOR:RED;
   FONT-WEIGHT:BOLD;
   FONT-SIZE: 16pt;
   Comment: ; 'Used to emphasize page #'s in notes
}
a.redlink
{
   COLOR:RED;
   FONT-WEIGHT:NORMAL;
   FONT-SIZE: 10pt;
   Comment: ; 'Used to show which file is newest in checklist.php
}

a.greenlink
{
   COLOR:GREEN;
   FONT-WEIGHT:BOLD;
   FONT-SIZE: 10pt;
   Comment: ; 'Used to show which file is newest in checklist.php
}
td.greenlink
{
   COLOR:GREEN;
   FONT-WEIGHT:BOLD;
   FONT-SIZE: 10pt;
   Comment: ; 'Used to show which file is newest in checklist.php
}





</style>

<!-- end of main.css file -->