@import "new_menu.css";  /* hides advanced styles from some CSS-challenged browsers */

body {
  color: white;
  background-color: blue;
}
body, p, li, td, h1, div, span {
  font-family: sans-serif;  /* help for NS4 inheritance problems */
}


a:link {
  color: blue;
  background-color: white;
}
a:visited {
  color: blue;
  background-color: white;
}
a:hover {
  color: orange;
  background-color: blue;
}

a.two:link {
  color: blue;
  background-color: orange;
}
a.two:visited {
  color: blue;
  background-color: orange;
}
a.two:hover {
  color: orange;
  background-color: blue;
}

.itemBorder { 
border: 3px solid blue; 
}

#picborder{
border: 10px solid orange; 
}

#picborder2{
border: 4px solid orange; 
}


.crazyBorder { 
border: 2px outset red;
}

.level1 {
font-size: 16px;
font-family: sans-serif;
font-weight: bold;
text-decoration: none;
}

.myLine{
background: orange;
height: 20px;
width: "100%";
}

.titleblockwhite{
text-decoration: none; 
color: white; 
font: Bold 48px sans-serif;
height: 50px
margin-left: 75px;
}

.myIndent{
width: 750px;
text-align: center;
}

tr.GalleryTD td{
width: 250px;
text-align: center;
color: orange;
font: Italic 16px sans-serif;
}

tr.GalleryTD0 td{
width: 750px;
text-align: center;
color: orange;
font: Italic 16px sans-serif;
}
tr.GalleryTD2 td{
width: 375px;
text-align: center;
color: orange;
font: Italic 16px sans-serif;
}

.GalleryTitle{
width: 750px;
text-align: center;
color: white;
font: 20px sans-serif;
}

.myJustify{
width: 750px;
text-align: justify;
}

.myitalics{
font: Italic 16px sans-serif
}

.centeredImage{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    width: 750px;
    }

.titleblockorange{
text-decoration: none; 
color: orange; 
font: Bold 48px sans-serif;
height: 50px
}

.titleorange{
text-decoration: none;
text-align: center; 
color: orange; 
font: Bold Italic 20px sans-serif;
height: 24px
}

.title2{
text-decoration: none;
color: white; 
font: Bold 18px sans-serif;
height: 24px
margin-top: 20px
}

.titlewhite{
text-align: center;
color: white; 
font: Bold Italic 20px sans-serif;
height: 24px
}

.coop{
text-align: center;
color: white; 
font: Bold Italic 16px sans-serif;
height: 20px
}

#gallerytable{
margin-left: 75px;
width:750px
}

#titletable{
text-align: center
margin-left: 75px;
}

#maintable{
text-decoration: none; 
color: blue; 
font: 16px sans-serif;
margin-left: 75px;
width: 750px
}