/* stylesheet.css */

#header {
 height: 120px;
 width: 100%;
 background-image: url("multi040.jpg");
 background-repeat: repeat;
 border-bottom: thin solid #191970;
 margin-top: 0px;
}
/* Style for main content column */
#main {
margin: 1.5em;
 /* margin-left must equal */
 /* total width of left sidebar */
 margin-left: 13em;
background-image: url("pinktexture.gif");
background-repeat: repeat;
}
/* Page footer style */
#footer {
 clear: both;
 width: 100%;
background-image: url("multi040.jpg"); 
  background-repeat: repeat;
 border-top: thin solid #191970;
 padding-top: 0px;
}
/* body text and page background */
body {
 margin: 0;
 padding: 0;
 font-family: "Book Antiqua", Times, Serif;
 font-size: medium;
 color: #191970;
background-image: url("multi040.jpg"); 

 }

/* Style for sidebar column */
#sidebar{
float: left;
 display: inline;
 padding: 0;
 margin-top: 2em;
 margin-right: 1em;
 margin-left: 1em;
 margin-bottom: 1em; 
 width:8em;
 /* Total width is 13em */

}

 
/* level 1 headings */
h1 {
 font-family: Papyrus, "Curlz MT", "Juice ITC", Algerian, fantasy;
 font-weight: bold;
 text-align: center;
 color: #1f2159;
 }

/* level 2 headings */
h2 {
 font-family: "Arial Black", Impact, Charcoal, fantasy; 
 color: #1F2159;
 }

/* level 3 headings */
h3 {
 font-family: Arial, Helvetica, sans-serif;
 font-style: italic;
 text-decoration: underline;
 color: #1f2159;
 }

/* generic style class for highlighting text */
.hilite {
 background-color: #ffff00; /* yellow */
 }
.hilite2 {
 background-color: #ff0000; /* red */
 }
.hilite3 {
 background-color: #23238e; /* navy */
 }
.hilite4 {
 background-color: #87ceeb; /* light blue */
 }
.hilite5 {
 background-color: #ba55d3; /* purple */
 }
.hilite6 {
 background-color: #ff00aa; /* pink */
 }
.hilite7 {
 background-color: #ffd700; /* gold */
 }
    
/* color style class for font text */
.yellow {
 color: #ffff00; /* yellow */
 }
.red {
 color: #ff0000; /* red */
 }
.navy {
 color: #23238e; /* navy */
 }
.lightblue {
 color: #87ceeb; /* light blue */
 }
.purple {
 color: #ba55d3; /* purple */
 }
.pink {
 color: #ff00aa; /* pink */
 }
.green {
  color: #698b22;
  }
.orange {
 color: #ffa500;
 }
   /* paragraphs styled as tips */
p.tip {
 background-color: #acd095;
 margin-left: 100px;
 margin-right: 100px;
 padding: 5px;
 border: solid thin #167a58;
 }

/* paragraphs styled as warnings */
p.warning {
 background-color: #ffccff;
 margin-left: 100px;
 margin-right: 100px;
 padding: 5px;
 border: solid thin #ff0000;
 }

/* Float image to left of paragraph */
img.floatleft{
   float: left;
   margin-right: 5px;
   clear: both;
}

/* Float image to right of paragraph */
img.floatright{
   float: right;
   clear: both;
}

/* Center image between margins */
div.center{
   width: 100%;
   text-align: center;
   clear: both;
}
div.list {
margin-left:15px;
}
/* Custom bullet for bulleted lists */
ul {
   list-style-image: url("ani-smiley.gif");
}

ul.blue {
 list-style-image: url("bulletblue.gif");
}

ul.stripe {
 list-style-image: url("bulletstripe.png")
 }

ul.info {
   list-style-image: url("bulletrwb.png");
}

ul.rain {
 list-style-image: url("bulletrainbow.png");
}

ul.gold {
 list-style-image: url("bulletgold.png")
 } 

/* assign4 */
body.assign4 {
 background-image: url("fabric02.jpg");
 background-repeat: repeat;
 }

h1.assign4 {
 color: #ff00aa;
 }


p.assign42 {
 margin-left: 150px;
 margin-right: 150px;
 }
 
p.bda {
 margin-left:80px;
 margin-right: 80px;
 text-align: justify;
 }
 
p.bda1 {
 margin-left:100px;
 margin-right: 65px;
 text-align: justify;
 }
 
p.bda2 {
 margin-left:90px;
 margin-right: 40px;
 text-align: center;
 }

  /* assign1 */
body.assign1 {
 background-color: #c3e1ea;
 }

p.assign1 {
 background-color: #d3d3d3;
 margin-left: 100px;
 margin-right: 100px;
 padding: 5px;
 border: solid thin #167a58;
 }

h3.assign1 {
 margin-left: 120px;
 margin-right: 120px;
 text-decoration: none;
 }

h3.example {
 margin-left: 111px;
 margin-right: 120px;
 text-decoration: none;
 }


/* Style for tables of thumbnail images */
table.thumbs{
 text-align: center;
 border-collapse: collapse;
 margin: auto;
}

/* Style for table cells that contain thumbnails */
td.thumbs{ 
 border: solid 1px #ffa07a;
 padding: 10px;
}

td.thumbs2 {
 border: solid 4px #ff00aa;
 padding: 10px;
 }

td.thumbs2c {
 border: solid 4px #ffa500;
 padding: 10px;
 }

/* Style for thumbnail images */
img.thumbs{
 width:100px;
}

/* Unvisited links (no underline) */
 a:link{
 color: #3333ff; /* blue */
 text-decoration: none;
}

/* Visited links (no underline) */ 
 a:visited{
 color: #cc3399; /* navy */
 font-weight: bold;
  text-decoration: none;
} 

/* Hover links (red underlined) */ 
a:hover{
 color: #ff0066; /* red */
 text-decoration: underline;
}

/* Active links (green underlined) */ 
a:active{
 color: #00ff00; /* green */
 text-decoration: underline;
}




/* multi-colored border */
border.multi {
border-top-color: #fff000;
border-right-color: #800080;
border-bottom-color: #0000ff;
border-left-color: #00ff00;
}

border.frame {
border: 12px ridge #3333ff;
}








