
/* Cascading Style Sheets */

/* Body formating. For background file the format is : background: url("full file address and name"). */

body.usual{font-size: 16pt;
           font-family: "Times New Roman", serif, monospace;
           font-style: italic;
           color: white;
           background-color: black;
           line-height: 18pt;
           margin-left: 10pt;
           margin-right: 10pt;}

body.great {font-size: 16pt;
            font-family: Courier, monospace;
            font-style: italic;
            color: "FFFFFF"
            background-color: "990066";
            line-height: 18pt;
            margin-left: 10pt;
            margin-right: 10pt;}   


/* Paragraphs */

p {margin-left: 24pt;
   margin-right: 24pt;}

p.great {color: "FFFFFF";
         background-color: "990066";}

p.orange {color: "FFFFFF";
           background-color: orange;}

p.blue {color: "FFFFFF";
        background-color: blue;}


h1 {font: 24pt "Times New Roman";
    font-weight: bold;
    line-height: 28pt;}

h2 {font: 20pt "Times New Roman";
    font-weight: bold;
    line-height: 24pt;}

/* Links */

a {text-decoration: underline;}

a:link {color: white;}
a:visited {color: white;}
a:active {color: white;}
a:hover {color: white;}

a.great {color: "FFFFFF";
         background-color: "990066";
         font-weight: bold;}
             
/* Elements and Classes for the anchor tag. To use this place class="blue" in the a href tag after file address and name. */
a.blue {color: white;
        background-color: blue;
        font-weight: bold;}


div.normal {text-align: center;}

div.next {text-align: right;}

/* Format footnotes */
div.footnote {font-size: 9pt;
              line-height: 12pt;
              text-align: center;}

form.good{font-size: 12pt;
          font-family: "Times New Roman", serif, monospace;
          font-style: italic;
          color: white;
          background-color: black;}

textarea.ice { font-size: 12pt;
               font-family: "Times New Roman", serif, monospace;
               font-style: italic;
               font-size: 12pt;
               font-weight: bold;
               color: white;
               background-color: black}

input.good {color: white;
            background-color: black;
            font-style: italic;
            font-weight: bold;}

/* CSS ends here. */
