<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* grub css code revision: 2010-01-27 by Bruce Dubbs*/
/* navigation menu code from: Andreas Viklund (http://andreasviklund.com) */

body 
{
   margin         : 0px auto;
   padding        : 0px;
   font           : 76% "trebuchet ms", arial, helvetica, sans-serif;
   background     : #f4f4f4 url(https://www.gnu.org/software/grub/bg.png) top center repeat-y; /* Light Gray */
}

#wrap 
{
   background     : #ffffff;  /* White */
   color          : #303030;  /* Dark Gray */
   margin         : 0px auto;
   width          : 760px;
}

#navmenu h2 
{ 
   font-size      : 1em;
   margin         : 0px 0px 0.2em 0px;
}

#navmenu 
{
   clear          : left;
   float          : left;
   width          : 150px;
   margin         : 0px 0px 10px 0px;
   padding        : 0px;
   font-size      : 0.9em;
}

#navmenu ul 
{  
   list-style     : none;
   width          : 150px;
   margin         : 0px 0px 10px 0px;
   padding        : 0px;
   font-size      : 1em;
}  

#navmenu li 
{
   margin-bottom  : 4px;
}

#navmenu li a 
{
   font-weight    : bold;
   height         : 18px;
   text-decoration: none;
   color          : #505050;           /* Medium Gray */
   display        : block;
   padding        : 6px 0px 0px 10px;
   background     : #f4f4f4;           /* Light Gray */
   border-left    : 4px solid #cccccc; /* Another light Gray */
}  
   
#navmenu li a:hover 
{
   background     : #eaeaea;
   color          : #286ea0;
   border-left    : 4px solid #286ea0; /* Light Slate Blue */
}

#content 
{
   margin         : 0px 110px 20px 160px;
   border-left    : 1px solid #f0f0f0; /* Very light Gray */
   border-right   : 1px solid #f0f0f0; /* Very Light Gray */
   padding        : 0px 10px 0px 10px;
   line-height    : 1.6em;
   text-align     : left;
}

#content h1 
{ 
   font-size      : 1.6em;
   margin         : 0.5em 0px;
}

#content h2,h3,h4,h5 
{
   font-size      : 1.3em;
   margin         : 0px 0px 0.5em 0px;
}

#content img 
{
   padding        : 1px;
   display        :inline;
   background     : #cccccc;
   border         : 4px solid #f0f0f0;
}

h3 
{
   font-size      : 1.3em;
   margin         : 0px 0px 10px 0px; 
}

a 
{
   text-decoration: none;
   color          : #286ea0;            /* Light Slate Blue */
}

a:hover 
{
   text-decoration: underline;
   color          : #286ea0;            /* Light Slate Blue */
}

a img 
{
   border         : 0px;
}                 
                  
.left             
{                 
   margin         : 10px 10px 5px 0px;
   float          : left;
}                 
                  
.right            
{                 
   margin         : 10px 0px 5px 10px;
   float          : right;
}                 
                  
.textright        
{                 
   text-align     : right;
}                 
                  
.center           
{                 
   text-align     : center;
}                 
                  
.small            
{                 
   font-size      : 0.8em;
}

.bold 
{
   font-weight    : bold;
}

.hide 
{
   display        : none;
}

div .copyright 
{
   font-size      : 80%; 
   border         : 2px solid #3366cc; /* Another light Slate Blue */
   padding        : 4px;
   background     : #f2f2f9;           /* Still another light Gray */
   border-style   : solid;
   border-width   : thin;
}
</pre></body></html>