/*styles for css-weeks4 pages; created 10/07/03 */ 

body             {background-image: url(images/jcdvelvetiris3.jpg);
                      background-attachment : fixed;
                       background-color: #CC3399;
                      font-family: Arial, Tahoma, sans-serif;
                      color: #FFCCCC;
                      font-size: 1em;
                        }
p                  {background-color: transparent;
                       font-family: Verdana, Arial, Tahoma, sans-serif;
                     color: #FFCCCC;
                      font-size: 1em;
                      font-weight: bold;
                        }	
ol                {font-family: Veranda, Tahoma, sans-serif;
                    color: #186321;
                    font-size: 1em;
                    font-weight: bold;	
                       }
li                  {font-family: Arial, Tahoma, sans-serif;
                    color: #001F74;
                    font-size: 1em;
                    font-weight: bold;
                        }
ul                 {font-family: Veranda, Tahoma, sans-serif;
                    color: #186321;
                    font-size: 1em;
                    font-weight: bold;	
                        }

td                  {background-image: url(images/jcdvelvetiris2.jpg);
                      font-family: Arial, Tahoma, sans-serif;
                    color: #6b0042;
                    font-size: 1em;
                      }	
				
h3                {Background-color: transparent;
                      font-family: 'Times New Roman', serif;
                    color: #99FFCC;
                    font-size: 1.50em;
                    text-align : center;
                       }
					
h2                {font-family: 'Times New Roman', sans-serif;
                    color: #DFB8BB;
                    font-size: 3em;
                    text-align : center;
                        }
.bg              {background-image: url(images/jcdvelvetiris2.jpg);
                        }
.color          {background-color : transparent;  
                        } 

.colorpad    {font-family: 'Comic Sans MS', Tahoma, sans-serif;
                     padding: 10px;
                     border-width: medium;
                      border-style: dotted;
                      border-color: #66FFCC;
                          }
    /*make the border-color the same as the background-color.*/

.note             {font-family: Veranda, Tahoma, sans-serif;
                       color: blue;
                       font-weight: bold;
                          }

a                    { font-weight: bold; 
                      text-decoration: none;
                          }
a:link            {color: #FFCCCC;
                      background-color: transparent;
	          } 

a:active        {color: #33FFFF;
                          } 


a:hover        {color: #3366FF;
                      background-color: #993366;
                      
                          }

a:visited       {color: #99FFCC;
                          }
 