/*style sheet for the display_image.html and display_image2.html documents*/

body {background:rgb(220,220,240);
      font-family: "Times", serif}

.rightside {position:absolute;
            top:3em;
            bottom:0.5em;
	    margin-left:50%;
            width:415px;
            line-height:0px;}
#description {position:absolute;
           width:49%;	      
	      top:3em;
	      bottom:0.5em;
              padding-left:0.1em;
              padding-right:0.1em; 		
	      float: left;
	   color: rgb(0, 0, 0); }
         

table {table-layout:fixed;
       margin-left:50%;
       margin-top:1%;
       height:600px;
       width:411px;
      border-collapse:collapse;
 	    padding:0em;

       margin-bottom:1%;
       }

tr     {border-collapse:collapse;
        border:dashed;
        }

td     {height:130px;
        vertical-align:top;
	
        border-collapse:collapse;
        padding:0;
	margin:0;}



.red {color: rgb(255, 0, 0);}         
.yellow {color: rgb(220, 250, 0);}
.green  {color: rgb(0, 255, 0);}
.blue   {color: rgb(80, 80, 255);}
div.intro {
           text-align: justify;
          }
div.modified {font-style: italic; 
	     font-size: 0.8em;}
.yell        {font-weight: bold;
              font-size: 1.5em;}
.superyell   {font-weight: bold;
              font-size: 2em;}

.gameresults {background:black;
              color:white;}
#topbar h2 a {color:white}
#topbar h2 a:hover {background:rgb(0,0,100)}
#topbar ul ul a{background:white;
         color:rgb(0,0,100);}
#topbar ul ul a:hover {color:white;
         background:rgb(0,0,100);}
